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 9bae702..80e10ff 100644 --- a/setup-alpine.in +++ b/setup-alpine.in @@ -186,6 +186,10 @@ if [ -r "$ROOT/etc/profile" ]; then . "$ROOT/etc/profile" fi +if ! is_qemu && [ "$rc_sys" != "LXC" ] && [ "$quick" != 1 ]; then + $PREFIX/sbin/setup-ntp ${NTPOPTS} +fi + $PREFIX/sbin/setup-apkrepos ${APKREPOSOPTS} # lets stop here if in "quick mode" @@ -195,10 +199,6 @@ fi $PREFIX/sbin/setup-sshd ${SSHDOPTS} -if ! is_qemu && [ "$rc_sys" != "LXC" ]; then - $PREFIX/sbin/setup-ntp ${NTPOPTS} -fi - if is_xen_dom0; then setup-xen-dom0 fi |