Making loadkeys call quiet in order to not mess-up persistence, thanks to stack ...
authorDaniel Baumann <daniel@debian.org>
Tue, 19 Feb 2013 04:48:32 +0000 (05:48 +0100)
committerDaniel Baumann <mail@daniel-baumann.ch>
Mon, 6 May 2013 11:54:15 +0000 (13:54 +0200)
scripts/boot/9990-misc-helpers.sh

index 18befee..888eeaf 100755 (executable)
@@ -608,7 +608,7 @@ load_keymap ()
        # Load custom keymap
        if [ -x /bin/loadkeys -a -r /etc/boottime.kmap.gz ]
        then
-               loadkeys /etc/boottime.kmap.gz
+               loadkeys --quiet /etc/boottime.kmap.gz
        fi
 }