repo/grub-defconfig/payload/boot/grub/grub.cfg

13 lines
446 B
INI
Raw Normal View History

2020-11-30 21:45:15 +02:00
set timeout=15
set default=0 # Set the default menu entry
menuentry "Alnux" {
# oh and also if the root is not /dev/sr0 you can change it
linux /boot/bzImage noapic root=/dev/sr0 init=/usr/bin/hummingbird
# Do YOU want an initramfs? YES YOU! In order to do that, uncomment the line below and move the root and init args down here! Have fun!
# (the initramfs has to be built beforehand, of course)
#initrd /initramfs.cpio.gz
boot
}