Dirty workaround to update apt's db
This commit is contained in:
parent
0edc15f89d
commit
3d6cf5687e
1 changed files with 7 additions and 0 deletions
|
@ -55,3 +55,10 @@ usermod --pass='*' root
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
rm -f ${ROOTFS_DIR}/etc/ssh/ssh_host_*_key*
|
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
|
||||||
|
|
Loading…
Reference in a new issue