summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-03-06 10:13:34 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:04 +0100
commit3f5e69a027b894940d48b296ac9379a62f2fa587 (patch)
treeb90ac05a6cb245fd912316fe45ce1af3eee3611b /scripts
parentcf35cadbe5f0e8fad936fc2454c355ef9871a065 (diff)
downloadlive-boot-3f5e69a027b894940d48b296ac9379a62f2fa587.tar.gz
live-boot-3f5e69a027b894940d48b296ac9379a62f2fa587.zip
Only calling install-keymap if it's actually installed, which is always but in minimal images the case though (Closes: #517153).
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live-bottom/19keyboard2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-bottom/19keyboard b/scripts/live-bottom/19keyboard
index 2bf0b1c..f7c4d65 100755
--- a/scripts/live-bottom/19keyboard
+++ b/scripts/live-bottom/19keyboard
@@ -93,7 +93,7 @@ then
live-preseed /root console-setup/codesetcode '' false
sed -i 's/CONSOLE_SCREEN=$/CONSOLE_SCREEN=setupcon/; t END; b; : END; n; b END' /root/etc/init.d/usplash
-else
+elif [ -e /root/usr/sbin/install-keymap ]
chroot /root /usr/sbin/install-keymap ${kbd}
live-preseed /root debian-installer/keymap "${kbd}"
live-preseed /root kbd-chooser/method "${kbd}"