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 \
|
||||
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
|
||||
|
|
Reference in a new issue