X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2F%25SHORT_NAME%25_options.cfg;h=5d36e7f72386b39aedb3c29877a38a2ec86d3865;hb=950b6bbe83c084f97c25d00b2f44baff892c5a26;hp=d3a21930ddb8ae69be5af078767891763d7185fb;hpb=3a31f0295ad2a207515df9b56144ac031d3e9499;p=grml-live.git diff --git a/templates/boot/grub/%SHORT_NAME%_options.cfg b/templates/boot/grub/%SHORT_NAME%_options.cfg index d3a2193..5d36e7f 100644 --- a/templates/boot/grub/%SHORT_NAME%_options.cfg +++ b/templates/boot/grub/%SHORT_NAME%_options.cfg @@ -1,4 +1,12 @@ submenu "%GRML_NAME% - advanced options ->" --class=submenu { +menuentry "%GRML_NAME% - enable Predictable Network Interface Names" { + set gfxpayload=keep + echo 'Loading kernel...' + linux /boot/%SHORT_NAME%/vmlinuz apm=power-off boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% nomce "${loopback}" "${kernelopts}" + echo 'Loading initrd...' + initrd /boot/%SHORT_NAME%/initrd.img +} + menuentry "%GRML_NAME% - enable persistency mode" { set gfxpayload=keep echo 'Loading kernel...'