From 950b6bbe83c084f97c25d00b2f44baff892c5a26 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 5 Jun 2020 13:30:59 +0200 Subject: [PATCH] Adjust layout of "Predictable Network Interface Names" boot option * We use lowercase naming in GRUB * The help text inside syslinux shouldn't be too long to fit on the screen --- templates/boot/grub/%SHORT_NAME%_options.cfg | 2 +- templates/boot/isolinux/grml.cfg | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/boot/grub/%SHORT_NAME%_options.cfg b/templates/boot/grub/%SHORT_NAME%_options.cfg index 623c413..5d36e7f 100644 --- a/templates/boot/grub/%SHORT_NAME%_options.cfg +++ b/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}" diff --git a/templates/boot/isolinux/grml.cfg b/templates/boot/isolinux/grml.cfg index 95dbc79..17560a2 100644 --- a/templates/boot/isolinux/grml.cfg +++ b/templates/boot/isolinux/grml.cfg @@ -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 -- 2.1.4