X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F19keyboard;h=f903f2b722500a690a108f63395ac2c607618c27;hb=refs%2Ftags%2Fupstream%2F1.199.1;hp=52a6a584af673b42e4de4b3de88822b13d386060;hpb=9bc833a120690937fd2def5d2a8e79764c840791;p=live-boot-grml.git diff --git a/scripts/live-bottom/19keyboard b/scripts/live-bottom/19keyboard index 52a6a58..f903f2b 100755 --- a/scripts/live-bottom/19keyboard +++ b/scripts/live-bottom/19keyboard @@ -107,6 +107,10 @@ then 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 + elif [ -f /root/etc/init/usplash.conf ] + then + sed -i '/^post-stop script/a\ + setupcon' /root/etc/init/usplash.conf fi fi elif [ -e /root/usr/sbin/install-keymap ]