diff --git a/projects/Generic/options b/projects/Generic/options index c46838d4a1..d23531047e 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -72,3 +72,8 @@ # Default size of the ova image, in MB, eg. 4096 OVA_SIZE="4096" + + # ensure system size is at least 1 GB + if [ ${SYSTEM_SIZE} -lt 1024 ]; then + SYSTEM_SIZE=1024 + fi