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/1.157.1-1~4 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=e2c01ac5c5488b1350f04f80bcd47ef20d619473;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}"