72fbd5457fe1961a50d3c2bac4c17601673e7618
[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 }