aboutsummaryrefslogtreecommitdiffstats
path: root/stage5
diff options
context:
space:
mode:
Diffstat (limited to 'stage5')
-rw-r--r--stage5/EXPORT_IMAGE3
1 files changed, 3 insertions, 0 deletions
diff --git a/stage5/EXPORT_IMAGE b/stage5/EXPORT_IMAGE
index 2b0f09d..79ec11a 100644
--- a/stage5/EXPORT_IMAGE
+++ b/stage5/EXPORT_IMAGE
@@ -1 +1,4 @@
IMG_SUFFIX=""
+if [ "${USE_QEMU}" = "1" ]; then
+ export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
+fi