From 26a846831de9480c2540e926d343a103be4bb1ef Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Fri, 9 Jul 2021 15:26:45 +0200 Subject: [PATCH] hippoz told to not change default init system so reverted changes on that --- grub-defconfig/payload/boot/grub/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-defconfig/payload/boot/grub/grub.cfg b/grub-defconfig/payload/boot/grub/grub.cfg index 7a4dd2c..3cc5cf0 100644 --- a/grub-defconfig/payload/boot/grub/grub.cfg +++ b/grub-defconfig/payload/boot/grub/grub.cfg @@ -3,6 +3,6 @@ set default=0 menuentry "Alnux" { # you will probably want to change the root below... - linux /boot/bzImage noapic root=/dev/sda1 init=/sbin/runit + linux /boot/bzImage noapic root=/dev/sda1 init=/usr/bin/hummingbird boot }