add parameter to set image size

This commit is contained in:
Gwenhael Le Moine 2014-02-28 17:10:23 +01:00
parent 6f7592eb34
commit 47b3818466

View file

@ -56,6 +56,11 @@ do
ROOTFS_VERSION=$1
shift
;;
-s | --image-size )
shift
IMAGE_SIZE_MB=$1
shift
;;
-o | --output )
shift
DEST=$1