initial commit

This commit is contained in:
Mikaël Cluseau
2019-02-06 14:34:03 +11:00
commit 169edc5c49
5 changed files with 92 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
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
}