10i18n: --quiet for loadkeys

master
Amadeusz Żołnowski 2010-08-08 20:07:00 +02:00 committed by Harald Hoyer
parent f2db681002
commit 1f03abefad
1 changed files with 1 additions and 1 deletions

View File

@ -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() {