linux-deployment-scripts/resources/grub.cfg

8 lines
107 B
INI
Raw Permalink Normal View History

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