[grubcfg] fix syntax

This commit is contained in:
Philip Müller 2018-09-26 22:35:35 +02:00
parent b4ca18177f
commit e9f3c88844

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.append = ("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: