diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-04-21 14:52:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-04-21 14:52:42 +0100 |
commit | 054841bf1e8b859722f3674c9b609a1f01fd8a46 (patch) | |
tree | 3863cf83e219f5a9affa124a2a148f41bc56faed /sys-boot/grub | |
parent | 3463003cfe7fd823b1abe177f3c0d10befe57e92 (diff) |
make room for sysvinit
Diffstat (limited to 'sys-boot/grub')
-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" |