Print a message before loading kernel or initrd in grub
[grml-live.git] / templates / boot / grub / %SHORT_NAME%_default.cfg
index 8d798f5..bcbd665 100644 (file)
@@ -1,5 +1,7 @@
 menuentry "%GRML_NAME% - release %VERSION% (default)" {
     set gfxpayload=keep
+    echo 'Loading kernel...'
     linux   /boot/%SHORT_NAME%/vmlinuz apm=power-off boot=live bootid=%BOOTID% "${loopback}" "${kernelopts}" nomce
+    echo 'Loading initrd...'
     initrd  /boot/%SHORT_NAME%/initrd.img
 }