Create pool/main to prevent build failure when no local .debs are queued for installation.
This commit is contained in:
parent
a1c4763a02
commit
4dc5c74e05
|
@ -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