Introduce new config files for grub bootloader.
[grml-live.git] / templates / boot / grub / %SHORT_NAME%_default.cfg
diff --git a/templates/boot/grub/%SHORT_NAME%_default.cfg b/templates/boot/grub/%SHORT_NAME%_default.cfg
new file mode 100644 (file)
index 0000000..8d798f5
--- /dev/null
@@ -0,0 +1,5 @@
+menuentry "%GRML_NAME% - release %VERSION% (default)" {
+    set gfxpayload=keep
+    linux   /boot/%SHORT_NAME%/vmlinuz apm=power-off boot=live bootid=%BOOTID% "${loopback}" "${kernelopts}" nomce
+    initrd  /boot/%SHORT_NAME%/initrd.img
+}