12 lines
446 B
INI
12 lines
446 B
INI
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
|
|
}
|