Add extra packages back and create a 4GB image

This commit is contained in:
Serge Schneider
2018-10-17 13:56:22 +01:00
parent 4fc1423fdf
commit cbe273b850
13 changed files with 35 additions and 15 deletions

4
stage5/EXPORT_IMAGE Normal file
View File

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