diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-06 10:14:35 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-06 10:14:35 +0200 |
commit | 5618d9334ed4e180ebd355aaa294f5a22ab0d842 (patch) | |
tree | 76a7b59fae1304562ea75a97f3f1beab34a89918 /setup-alpine.in | |
parent | 78d5d2fe3f2e8dd216ab5adb77fe71ca2a34b01f (diff) | |
download | alpine-conf-5618d9334ed4e180ebd355aaa294f5a22ab0d842.zip |
setup-alpine: cleanup: use longopts
Diffstat (limited to 'setup-alpine.in')
-rw-r--r-- | setup-alpine.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/setup-alpine.in b/setup-alpine.in index 8ebc7a2..cc10483 100644 --- a/setup-alpine.in +++ b/setup-alpine.in @@ -144,10 +144,10 @@ if [ -z "$quick" ]; then $PREFIX/sbin/setup-timezone ${TIMEZONEOPTS} fi -rc-update -q add networking boot -rc-update -q add urandom boot -rc-update -q add acpid -rc-update -q add cron +rc-update --quiet add networking boot +rc-update --quiet add urandom boot +rc-update --quiet add acpid +rc-update --quiet add cron # enable new hostname /etc/init.d/hostname --quiet restart |