calamares: modules/grubcfg.conf: fix grub_params to avoid adding "splash" twice
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user