summaryrefslogtreecommitdiff
path: root/modules.d/10i18n
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@aidecoe.name>2010-08-08 20:07:00 +0200
committerHarald Hoyer <harald@redhat.com>2010-08-09 13:10:04 +0200
commit1f03abefad07e7bbdef14eecfebc17e2e1120561 (patch)
tree033d00e949c33beaa79d1eba9a49e8444785d4da /modules.d/10i18n
parentf2db6810027512f9b69fbb3be62c16f7cbb838ea (diff)
downloaddracut-1f03abefad07e7bbdef14eecfebc17e2e1120561.tar.gz
dracut-1f03abefad07e7bbdef14eecfebc17e2e1120561.tar.bz2
dracut-1f03abefad07e7bbdef14eecfebc17e2e1120561.zip
10i18n: --quiet for loadkeys
Diffstat (limited to 'modules.d/10i18n')
-rwxr-xr-xmodules.d/10i18n/console_init2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/10i18n/console_init b/modules.d/10i18n/console_init
index 7d7ae999..a5cdfb70 100755
--- a/modules.d/10i18n/console_init
+++ b/modules.d/10i18n/console_init
@@ -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() {