[grubcfg] fix syntax

This commit is contained in:
Philip Müller 2018-09-26 22:45:41 +02:00
parent 4f8309d41c
commit d39bd34baf

View File

@ -104,7 +104,7 @@ def modify_grub_default(partitions, root_mount_point, distributor):
kernel_params = ["quiet"]
if os.path.exists(os.path.join(root_mount_point, "usr/bin/grub-set-bootflag")):
kernel_params.adapted("loglevel=3 vga=current rd.systemd.show_status=auto \
kernel_params.append("loglevel=3 vga=current rd.systemd.show_status=auto \
rd.udev.log-priority=3 vt.global_cursor_default=0")
if cryptdevice_params: