]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
10i18n: --quiet for loadkeys
authorAmadeusz Żołnowski <aidecoe@aidecoe.name>
Sun, 8 Aug 2010 18:07:00 +0000 (20:07 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 9 Aug 2010 11:10:04 +0000 (13:10 +0200)
modules.d/10i18n/console_init

index 7d7ae99939d7f0a50bd7cb0f9a5b34376697a811..a5cdfb70cc9e0bdd2abe573bb90ce78cf731542b 100755 (executable)
@@ -36,7 +36,7 @@ set_keymap() {
 
     [ "${UNICODE}" = 1 ] && utf_switch=-u
 
-    loadkeys ${utf_switch} ${KEYMAP} ${EXT_KEYMAPS}
+    loadkeys -q ${utf_switch} ${KEYMAP} ${EXT_KEYMAPS}
 }
 
 set_font() {