From: Daniel Baumann Date: Thu, 12 Mar 2009 07:10:16 +0000 (+0100) Subject: Correcting accidental syntax error in one of the previous commits in 19keyboard botto... X-Git-Tag: debian/2.0.15-1~332 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=2f3063da01d44e08b260c451d8c88b6046bcdaaa;p=live-boot-grml.git Correcting accidental syntax error in one of the previous commits in 19keyboard bottom script. --- diff --git a/scripts/live-bottom/19keyboard b/scripts/live-bottom/19keyboard index f7c4d65..d465698 100755 --- a/scripts/live-bottom/19keyboard +++ b/scripts/live-bottom/19keyboard @@ -94,6 +94,7 @@ then sed -i 's/CONSOLE_SCREEN=$/CONSOLE_SCREEN=setupcon/; t END; b; : END; n; b END' /root/etc/init.d/usplash elif [ -e /root/usr/sbin/install-keymap ] +then chroot /root /usr/sbin/install-keymap ${kbd} live-preseed /root debian-installer/keymap "${kbd}" live-preseed /root kbd-chooser/method "${kbd}"