diff options
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 |