initial showpiece patches

This commit is contained in:
2025-04-27 16:25:47 -05:00
parent b9e30f2e0e
commit 6bdb5a72fe
21 changed files with 129 additions and 4 deletions

4
stage9/EXPORT_IMAGE Normal file
View File

@@ -0,0 +1,4 @@
IMG_SUFFIX="-standalone"
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi