From 2971d07a934f81481c47757c7cf019b8510a6f13 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Fri, 9 Jul 2021 14:11:57 +0200 Subject: [PATCH] lets try using runit first. --- 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 1476808..7a4dd2c 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/openrc-init + linux /boot/bzImage noapic root=/dev/sda1 init=/sbin/runit boot }