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
commit8421bbd25885a670de6b616da12711b5dcf68e1b (patch)
treee033292beefaedb37f1668ce671db5f92e698081 /scripts/casper-bottom/19keyboard
parent0a8e85ff66e30694a0583614f0ae90c36e8d44f6 (diff)
downloadlive-boot-8421bbd25885a670de6b616da12711b5dcf68e1b.tar.gz
live-boot-8421bbd25885a670de6b616da12711b5dcf68e1b.zip
Adding casper 1.77+debian-5.
Diffstat (limited to 'scripts/casper-bottom/19keyboard')
-rwxr-xr-xscripts/casper-bottom/19keyboard15
1 files changed, 8 insertions, 7 deletions
diff --git a/scripts/casper-bottom/19keyboard b/scripts/casper-bottom/19keyboard
index fc2baf9..40834d8 100755
--- a/scripts/casper-bottom/19keyboard
+++ b/scripts/casper-bottom/19keyboard
@@ -1,7 +1,7 @@
#!/bin/sh
PREREQ=""
-DESCRIPTION="Setting up keyboard..."
+DESCRIPTION="Setting up console keyboard..."
. /scripts/casper-functions
@@ -34,14 +34,14 @@ fi
really_export kbd
-if [ -n "${CSLAYOUT}" ]; then
- cslayout="${CSLAYOUT}"
+if [ -n "${KLAYOUT}" ]; then
+ cslayout="${KLAYOUT}"
fi
-if [ -n "${CSVARIANT}" ]; then
- csvariant="${CSVARIANT}"
+if [ -n "${KVARIANT}" ]; then
+ csvariant="${KVARIANT}"
fi
-if [ -n "${CSMODEL}" ]; then
- csmodel="${CSMODEL}"
+if [ -n "${KMODEL}" ]; then
+ csmodel="${KMODEL}"
fi
if [ -x /root/bin/setupcon ] && [ -f /root/etc/default/console-setup ]; then
@@ -68,5 +68,6 @@ if [ -x /root/bin/setupcon ] && [ -f /root/etc/default/console-setup ]; then
else
chroot /root /usr/sbin/install-keymap $kbd
casper-preseed /root debian-installer/keymap "$kbd"
+ casper-preseed /root kbd-chooser/method "$kbd"
fi
log_end_msg