Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/github/pr/88'
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Jun 5, 2020
2 parents bfa5b78 + d56d6fa commit 9fe94e8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 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...'
Expand Down
9 changes: 9 additions & 0 deletions templates/boot/isolinux/grml.cfg
Expand Up @@ -13,6 +13,15 @@ label debug
bootup sequence.
endtext

label pnet
menu label %GRML_NAME% - Enable Predictable ^Network Interface Names
kernel /boot/%SHORT_NAME%/vmlinuz
append initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% apm=power-off vga=791 nomce

text help
Boot Grml with Predictable Network Interface Names.
endtext

label nofb
menu label %GRML_NAME% - Dis^able Framebuffer
kernel /boot/%SHORT_NAME%/vmlinuz
Expand Down

0 comments on commit 9fe94e8

Please sign in to comment.