export lite image
This commit is contained in:
parent
0f41e41c8c
commit
75123fd64e
1 changed files with 4 additions and 0 deletions
4
stage2/EXPORT_IMAGE
Normal file
4
stage2/EXPORT_IMAGE
Normal file
|
@ -0,0 +1,4 @@
|
|||
IMG_SUFFIX="-lite"
|
||||
if [ "${USE_QEMU}" = "1" ]; then
|
||||
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
|
||||
fi
|
Loading…
Reference in a new issue