Polishing up

This commit is contained in:
2025-04-27 16:24:09 -05:00
parent f5e9a950be
commit 4eb77fd9eb
18 changed files with 94 additions and 3 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