grub-support/assets/grub.cfg
2019-02-06 14:34:03 +11:00

12 lines
224 B
INI

search --no-floppy --set=root --part-label boot --hint $root
insmod all_video
set timeout=3
set bootdev=PARTNAME=boot
menuentry "Direktil" {
linux /current/vmlinuz direktil.boot=$bootdev
initrd /current/initrd
}