From f925961e2af03ee9f646b099c3bc4fc3e82b052b Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Thu, 22 Dec 2011 02:03:16 +0100 Subject: [PATCH] Trim spaces off of default DISTRI_INFO This makes the isolinux beep actually work. --- grml-live | 2 +- templates/boot/isolinux/vesamenu.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}... -- 2.1.4