Merge pull request #3257 from CvH/9.0/ova-fix

scripts/image: add OVA_SIZE variable
This commit is contained in:
MilhouseVH 2019-01-26 03:36:37 +00:00 committed by GitHub
commit 2a815a4cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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