Added support for netboot.xyz
[grml-live.git] / templates / boot / grub / %SHORT_NAME%_default.cfg
index 8d798f5..1770349 100644 (file)
@@ -1,5 +1,7 @@
 menuentry "%GRML_NAME% - release %VERSION% (default)" {
     set gfxpayload=keep
-    linux   /boot/%SHORT_NAME%/vmlinuz apm=power-off boot=live bootid=%BOOTID% "${loopback}" "${kernelopts}" nomce
+    echo 'Loading kernel...'
+    linux   /boot/%SHORT_NAME%/vmlinuz apm=power-off boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% "${loopback}" "${kernelopts}" nomce 
+    echo 'Loading initrd...'
     initrd  /boot/%SHORT_NAME%/initrd.img
 }