From fac99cdb7d1f41a1a43558b729ad7c84ca323e5f Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Thu, 19 Nov 2020 17:40:37 +0700 Subject: [PATCH] repo: Add apt-get update into 01-genbasedir-rootfs --- features.in/repo/rootfs/image-scripts.d/01-genbasedir-rootfs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features.in/repo/rootfs/image-scripts.d/01-genbasedir-rootfs b/features.in/repo/rootfs/image-scripts.d/01-genbasedir-rootfs index 12e53e20..377122a0 100755 --- a/features.in/repo/rootfs/image-scripts.d/01-genbasedir-rootfs +++ b/features.in/repo/rootfs/image-scripts.d/01-genbasedir-rootfs @@ -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