linux-deployment-scripts/resources/grub.cfg

8 lines
117 B
INI
Raw Normal View History

2024-11-09 20:59:14 +01:00
set timeout=0
set default=0
menuentry "Linux" {
linux /boot/vmlinuz root=/dev/sr0
initrd /boot/initrd.img
}