local-server/assets/grub.cfg
2018-11-13 14:44:15 +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
}