scripts/image: add OVA_SIZE variable

This commit is contained in:
CvH 2019-01-25 19:24:53 +01:00
parent 06a1701848
commit 679966ca02

View File

@ -356,6 +356,7 @@ if [ "$1" = "release" -o "$1" = "mkimage" -o "$1" = "amlpkg" -o "$1" = "noobs" ]
EXTRA_CMDLINE="$EXTRA_CMDLINE" \
SYSTEM_SIZE="$SYSTEM_SIZE" \
SYSTEM_PART_START="$SYSTEM_PART_START" \
OVA_SIZE="$OVA_SIZE" \
$SCRIPTS/mkimage
fi