X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F19keyboard;h=52a6a584af673b42e4de4b3de88822b13d386060;hb=d951dd4cb6eab8a83a4cc4ad52a09a9f58a74a06;hp=658e44ac6dfe29a7bc92d08b8582dabacbfc5c55;hpb=39db913104d777ced93fd8f37e5a0c7e06c222be;p=live-boot-grml.git diff --git a/scripts/live-bottom/19keyboard b/scripts/live-bottom/19keyboard index 658e44a..52a6a58 100755 --- a/scripts/live-bottom/19keyboard +++ b/scripts/live-bottom/19keyboard @@ -104,7 +104,10 @@ then live-preseed /root console-setup/optionscode '' false 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 + if [ -f /root/etc/init.d/usplash ] + then + sed -i 's/CONSOLE_SCREEN=$/CONSOLE_SCREEN=setupcon/; t END; b; : END; n; b END' /root/etc/init.d/usplash + fi fi elif [ -e /root/usr/sbin/install-keymap ] then