initial showpiece patches

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

View File

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