hippoz told to not change default init system so reverted changes on that

This commit is contained in:
Ohio2 2021-07-09 15:26:45 +02:00
parent 6ced0cbc6a
commit 26a846831d

View file

@ -3,6 +3,6 @@ set default=0
menuentry "Alnux" { menuentry "Alnux" {
# you will probably want to change the root below... # 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 boot
} }