summaryrefslogtreecommitdiff
path: root/scripts/casper-bottom/19keyboard
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:46:27 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 14:46:27 +0200
commit0a8e85ff66e30694a0583614f0ae90c36e8d44f6 (patch)
tree041cfaabacb5e5d1d090fe30d90cbb0683278b12 /scripts/casper-bottom/19keyboard
parent40c6f4508ec0868d331e346e9d7b1c44cce01966 (diff)
downloadlive-boot-0a8e85ff66e30694a0583614f0ae90c36e8d44f6.tar.gz
live-boot-0a8e85ff66e30694a0583614f0ae90c36e8d44f6.zip
Adding casper 1.77+debian-4.
Diffstat (limited to 'scripts/casper-bottom/19keyboard')
-rwxr-xr-xscripts/casper-bottom/19keyboard7
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/casper-bottom/19keyboard b/scripts/casper-bottom/19keyboard
index 81cce72..fc2baf9 100755
--- a/scripts/casper-bottom/19keyboard
+++ b/scripts/casper-bottom/19keyboard
@@ -20,7 +20,7 @@ esac
log_begin_msg "$DESCRIPTION"
-kbd=us
+kbd=
cslayout=
csvariant=
csmodel=
@@ -28,7 +28,12 @@ csmodel=
# commandline
if [ -n "${KBD}" ]; then
kbd="${KBD}"
+else
+ kbd=us
fi
+
+really_export kbd
+
if [ -n "${CSLAYOUT}" ]; then
cslayout="${CSLAYOUT}"
fi