Merge branch 'master' into arm64
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
if [ "$RELEASE" != "bullseye" ]; then
|
||||
echo "WARNING: RELEASE does not match the intended option for this branch."
|
||||
echo " Please check the relevant README.md section."
|
||||
fi
|
||||
|
||||
if [ ! -d "${ROOTFS_DIR}" ] || [ "${USE_QCOW2}" = "1" ]; then
|
||||
bootstrap ${RELEASE} "${ROOTFS_DIR}" http://deb.debian.org/debian/
|
||||
fi
|
||||
|
Reference in New Issue
Block a user