calamares: modules/grubcfg.conf: fix grub_params to avoid adding "splash" twice

This commit is contained in:
2025-05-25 17:20:36 +02:00
parent e1d5536ffb
commit d9f411ede6

View File

@@ -35,7 +35,7 @@ keep_distributor: false
# This is an array of strings. If it is unset, the default is
# `["quiet"]`. To avoid the default, explicitly set this key
# to an empty list, `[]`.
kernel_params: [ "quiet", "splash" ]
kernel_params: ["quiet"]
# Default entries to write to /etc/default/grub if it does not exist yet or if
# we are overwriting it.