Skip to content

Commit bbdf79c

Browse files
committed
build larger vmdk image
1 parent 7e07927 commit bbdf79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_vmdk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ for bin in parted kpartx dmsetup mkfs.ext4 mkfs.msdos qemu-img ; do
2626
fi
2727
done
2828

29-
[ -z "$SYSTEMSIZE" ] && SYSTEMSIZE=224
29+
[ -z "$SYSTEMSIZE" ] && SYSTEMSIZE=480
3030
[ -z "$EFISIZE" ] && EFISIZE=32
3131

3232
# Remove old build directories, create new ones:

0 commit comments

Comments
 (0)