repo: Add apt-get update into 01-genbasedir-rootfs

This commit is contained in:
Anton Midyukov 2020-11-19 17:40:37 +07:00
parent 62e5c55ada
commit fac99cdb7d

View File

@ -31,3 +31,5 @@ genbasedir \
### drop this when genbasedir is fixed (--no-uncompressed)
for c in $COMPS; do rm -f base/{pkg,src}list.$c; done
apt-get update