export lite image

This commit is contained in:
Serge Schneider 2020-08-06 10:29:04 +01:00
parent 0f41e41c8c
commit 75123fd64e

4
stage2/EXPORT_IMAGE Normal file
View file

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