mentalnet-gnu-linux/fs/iso9660/grub.cfg

8 lines
167 B
INI

set default="0"
set timeout="10"
menuentry "Mentalnet GNU/Linux" {
search --no-floppy --set=root --file /boot/bzImage
linux /boot/bzImage root=/dev/sr0 ro
}