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