local-server/assets/grub.cfg

12 lines
224 B
INI
Raw Normal View History

2018-11-13 03:44:15 +00:00
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
}