tailix/boot/grub/grub.cfg

6 lines
92 B
INI

set timeout=5
menuentry "Linux" {
linux /boot/bzImage root=/dev/sr0 rootfstype=iso9660
}