diff options
author | Jacen <[email protected]> | 2017-09-07 23:47:35 +0200 |
---|---|---|
committer | XECDesign <[email protected]> | 2017-09-14 10:12:30 +0100 |
commit | 26fcf59f3f36973f7ad6163867c235291343aa64 (patch) | |
tree | 5564fa96fe016220111cbc5795cb35a2972f1088 /stage5 | |
parent | 496e41575eeb9fa13f394ffb407b7bc1d00b21c2 (diff) |
[adding] qemu emulation layout to test images with qemu
Diffstat (limited to 'stage5')
-rw-r--r-- | stage5/EXPORT_IMAGE | 3 |
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 |