Skip to content

Commit

Permalink
Adjust layout of "Predictable Network Interface Names" boot option
Browse files Browse the repository at this point in the history
* We use lowercase naming in GRUB
* The help text inside syslinux shouldn't be too long to fit
  on the screen
  • Loading branch information
mika committed Jun 5, 2020
1 parent 9fe94e8 commit 950b6bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/boot/grub/%SHORT_NAME%_options.cfg
@@ -1,5 +1,5 @@
submenu "%GRML_NAME% - advanced options ->" --class=submenu {
menuentry "%GRML_NAME% - Enable Predictable Network Interface Names" {
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}"
Expand Down
3 changes: 2 additions & 1 deletion templates/boot/isolinux/grml.cfg
Expand Up @@ -19,7 +19,8 @@ label pnet
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.
Boot Grml with Predictable
Network Interface Names.
endtext

label nofb
Expand Down

0 comments on commit 950b6bb

Please sign in to comment.