summaryrefslogtreecommitdiffstats
path: root/setup-keymap.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-keymap.in')
-rw-r--r--setup-keymap.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-keymap.in b/setup-keymap.in
index 5f53dc1..770af50 100644
--- a/setup-keymap.in
+++ b/setup-keymap.in
@@ -45,7 +45,7 @@ setup_mapfile() {
echo "KEYMAP=/etc/keymap/$name.gz" >> "$conf"
# we actually load the keymap now
zcat /etc/keymap/$name.gz | loadkmap
- rc-update add keymaps boot
+ rc-update -q add keymaps boot
goodbye 0
fi
}