diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-20 14:33:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-20 14:33:20 +0000 |
commit | e34c07eb79c43ce58c0f9452adc9e942070c2f1b (patch) | |
tree | 4b2c7bf205862c781f243d7aa9b96387eee40ff0 | |
parent | 4203d0b8405e0849f934a729a2f42442cb18e7de (diff) | |
download | alpine-conf-e34c07eb79c43ce58c0f9452adc9e942070c2f1b.zip |
keymaps boot script is handeled by setup-keymap
-rw-r--r-- | setup-alpine | 2 |
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 |