From: Christian Hofstaedtler Date: Thu, 22 Dec 2011 01:03:16 +0000 (+0100) Subject: Trim spaces off of default DISTRI_INFO X-Git-Tag: v0.17.1~6 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=f925961e2af03ee9f646b099c3bc4fc3e82b052b Trim spaces off of default DISTRI_INFO This makes the isolinux beep actually work. --- diff --git a/grml-live b/grml-live index d542724..fca4613 100755 --- a/grml-live +++ b/grml-live @@ -355,7 +355,7 @@ fi [ -n "$BOOT_METHOD" ] || BOOT_METHOD='isolinux' [ -n "$CLASSES" ] || CLASSES="GRMLBASE,GRML_FULL,$(echo ${ARCH} | tr 'a-z' 'A-Z')" [ -n "$DATE" ] || DATE="$(date +%Y-%m-%d)" -[ -n "$DISTRI_INFO" ] || DISTRI_INFO='Grml - Live Linux for system administrators ' +[ -n "$DISTRI_INFO" ] || DISTRI_INFO='Grml - Live Linux for system administrators' [ -n "$DISTRI_NAME" ] || DISTRI_NAME="grml" [ -n "$DISTRI_SPLASH" ] || DISTRI_SPLASH='grml.png' [ -n "$FORCE_ISO_REBUILD" ] || FORCE_ISO_REBUILD="false" diff --git a/templates/boot/isolinux/vesamenu.cfg b/templates/boot/isolinux/vesamenu.cfg index a1aad25..4c9b461 100644 --- a/templates/boot/isolinux/vesamenu.cfg +++ b/templates/boot/isolinux/vesamenu.cfg @@ -30,7 +30,7 @@ menu color title 0 #ffffffff #00000000 menu color unsel 0 #ffffffff #00000000 ## text -menu title %DISTRI_INFO%  +menu title %DISTRI_INFO% menu tabmsg Press ENTER to boot or TAB to edit a menu entry menu autoboot Automatic boot in # second{,s}...