Reorder code
This commit is contained in:
parent
492aff019c
commit
71c01e26f1
1 changed files with 1 additions and 2 deletions
3
build.sh
3
build.sh
|
@ -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
|
||||||
|
|
Reference in a new issue