summaryrefslogtreecommitdiff
path: root/sys-boot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-04-21 14:52:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-04-21 14:52:42 +0100
commit054841bf1e8b859722f3674c9b609a1f01fd8a46 (patch)
tree3863cf83e219f5a9affa124a2a148f41bc56faed /sys-boot
parent3463003cfe7fd823b1abe177f3c0d10befe57e92 (diff)
make room for sysvinit
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub/files/grub.default-33
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"