Remove QCOW2 build mechanism (#648)

This commit is contained in:
Mark Spatz
2024-02-22 23:19:10 -05:00
committed by GitHub
parent 69037ce9fe
commit 502e5fa0e3
13 changed files with 78 additions and 675 deletions

View File

@@ -5,6 +5,6 @@ if [ "$RELEASE" != "bookworm" ]; then
echo " Please check the relevant README.md section."
fi
if [ ! -d "${ROOTFS_DIR}" ] || [ "${USE_QCOW2}" = "1" ]; then
if [ ! -d "${ROOTFS_DIR}" ]; then
bootstrap ${RELEASE} "${ROOTFS_DIR}" http://raspbian.raspberrypi.com/raspbian/
fi