Dirty workaround to update apt's db

This commit is contained in:
Alexandre Aubin 2018-04-02 19:14:33 +02:00
parent 0edc15f89d
commit 3d6cf5687e

View file

@ -55,3 +55,10 @@ usermod --pass='*' root
EOF
rm -f ${ROOTFS_DIR}/etc/ssh/ssh_host_*_key*
# Dirty hack, ... otherwise the build script says in the next step that it cant
# install wpasupplicant...
on_chroot << EOF
apt-get update
EOF