X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-misc-helpers.sh;fp=scripts%2Fboot%2F9990-misc-helpers.sh;h=888eeaf14ebd72e1bb5cf1227a41d554dc78a459;hb=0fe4dfe31285d1ee9c2ef07f41a4d4f3c9aca893;hp=18befee504f60ac9ba3d3c2ec7105a025504a552;hpb=7bbaf49cf579c3e6efef522e698cf4e183f3cbe7;p=live-boot-grml.git diff --git a/scripts/boot/9990-misc-helpers.sh b/scripts/boot/9990-misc-helpers.sh index 18befee..888eeaf 100755 --- a/scripts/boot/9990-misc-helpers.sh +++ b/scripts/boot/9990-misc-helpers.sh @@ -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 }