aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-04-20 14:33:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-04-20 14:33:20 +0000
commite34c07eb79c43ce58c0f9452adc9e942070c2f1b (patch)
tree4b2c7bf205862c781f243d7aa9b96387eee40ff0
parent4203d0b8405e0849f934a729a2f42442cb18e7de (diff)
downloadalpine-conf-e34c07eb79c43ce58c0f9452adc9e942070c2f1b.tar.bz2
alpine-conf-e34c07eb79c43ce58c0f9452adc9e942070c2f1b.tar.xz
keymaps boot script is handeled by setup-keymap
-rw-r--r--setup-alpine2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-alpine b/setup-alpine
index 8af4ac2..504f850 100644
--- a/setup-alpine
+++ b/setup-alpine
@@ -38,7 +38,7 @@ for i in devfs dmesg; do
done
# add some boot services
-for i in hwclock modules sysctl hostname keymap syslog bootmisc; do
+for i in hwclock modules sysctl hostname syslog bootmisc; do
rc-update add $i boot
done