[grubcfg] remove loglevel settings
- with systemd 239.3-1 we have quiet really quiet
This commit is contained in:
parent
8af8e22ed0
commit
02f25fe039
@ -103,10 +103,6 @@ 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")):
|
||||
grub_params = ["loglevel=3", "rd.systemd.show_status=auto", "rd.udev.log-priority=3"]
|
||||
kernel_params.extend(grub_params)
|
||||
|
||||
if cryptdevice_params:
|
||||
kernel_params.extend(cryptdevice_params)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user