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

@@ -41,8 +41,4 @@ sed "${NOOBS_DIR}/os.json" -i -e "s|KERNEL|$(cat "${STAGE_WORK_DIR}/kernel_versi
sed "${NOOBS_DIR}/release_notes.txt" -i -e "s|UNRELEASED|${IMG_DATE}|"
if [ "${USE_QCOW2}" = "1" ]; then
mv "${NOOBS_DIR}" "${DEPLOY_DIR}/"
else
cp -a "${NOOBS_DIR}" "${DEPLOY_DIR}/"
fi
cp -a "${NOOBS_DIR}" "${DEPLOY_DIR}/"