1
0
Fork 0

Reorder code

This commit is contained in:
Braiden Vasco 2017-07-05 08:14:11 +00:00
parent 492aff019c
commit 71c01e26f1

View file

@ -290,7 +290,6 @@ unzip \
bash-completion \
ca-certificates \
curl \
ntp \
usbutils \
libfreetype6-dev \
dosfstools \
@ -330,7 +329,7 @@ EOF
# Save fake hardware clock time for more realistic time after startup.
#
on_chroot << EOF
apt-get install -y fake-hwclock
apt-get install -y fake-hwclock ntp
systemctl disable hwclock.sh
fake-hwclock save
EOF