Create pool/main to prevent build failure when no local .debs are queued for installation.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
821e289e24
commit
ebc302e121
@ -370,6 +370,7 @@ if [ "${DI_IMAGE_TYPE}" != "netboot" ]
|
||||
then
|
||||
# Downloading additional packages
|
||||
mkdir -p chroot/binary.deb/archives/partial
|
||||
mkdir -p binary/pool/main
|
||||
mv chroot/var/lib/dpkg/status chroot/var/lib/dpkg/status.tmp
|
||||
touch chroot/var/lib/dpkg/status
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user