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