Merge branch 'master' into arm64

This commit is contained in:
Serge Schneider
2021-03-04 00:37:55 +00:00
13 changed files with 720 additions and 100 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
if [ ! -d "${ROOTFS_DIR}" ]; then
if [ ! -d "${ROOTFS_DIR}" ] || [ "${USE_QCOW2}" = "1" ]; then
bootstrap ${RELEASE} "${ROOTFS_DIR}" http://deb.debian.org/debian/
fi