lets try using runit first.

This commit is contained in:
Ohio2 2021-07-09 14:11:57 +02:00
parent 2bbff8ca8d
commit 2971d07a93

View file

@ -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
}