templates: use net.ifnames=0 by default
[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 live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% "${loopback}" "${kernelopts}" nomce net.ifnames=0 
5     echo 'Loading initrd...'
6     initrd  /boot/%SHORT_NAME%/initrd.img
7 }