Adding upstream version 4.0~a7.
[live-boot-grml.git] / 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
 }