grub-support/assets/grub.cfg

12 lines
224 B
INI
Raw Permalink Normal View History

2019-02-06 03:34:03 +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
}