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 }