diff options
-rw-r--r-- | sys-boot/grub/files/grub.default-3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-boot/grub/files/grub.default-3 b/sys-boot/grub/files/grub.default-3 index a66a9712..764462d4 100644 --- a/sys-boot/grub/files/grub.default-3 +++ b/sys-boot/grub/files/grub.default-3 @@ -18,6 +18,9 @@ GRUB_DISTRIBUTOR="Redcore" GRUB_TIMEOUT="5" #GRUB_TIMEOUT_STYLE=menu +# Append parameters to the Linux kernel command line for ALL entries +GRUB_CMDLINE_LINUX="init=/usr/lib/systemd/systemd" + # Append parameters to the linux kernel command line for non-recovery entries GRUB_CMDLINE_LINUX_DEFAULT="splash modprobe.blacklist=vboxvideo quiet" |