From: Alex Owen Date: Sun, 21 Oct 2007 15:25:53 +0000 (+0100) Subject: Fix typo to get serial console to work X-Git-Tag: debian/2.0.15-1~648 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=7c563d53a8726c6769a113045e5fae01bdc0a8a6;p=live-boot-grml.git Fix typo to get serial console to work --- diff --git a/scripts/live b/scripts/live index 8f84ed2..9567301 100755 --- a/scripts/live +++ b/scripts/live @@ -45,7 +45,7 @@ Arguments () console=*) DEFCONSOLE="${ARGUMENT#*=}" - export DEFCONFSOLE + export DEFCONSOLE ;; debug)