summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarmv7-versatile/run-baserock-image.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/armv7-versatile/run-baserock-image.sh b/armv7-versatile/run-baserock-image.sh
index 6204651..695d331 100755
--- a/armv7-versatile/run-baserock-image.sh
+++ b/armv7-versatile/run-baserock-image.sh
@@ -25,9 +25,9 @@ KERNEL_IMAGE="$DIR/$IMAGE_BASENAME.zimage"
# ./create-source-disk.sh "$DIR"
# Because the devel image doesn't have enough space to develop on the
# main partition, resize it.
-truncate --size=+3G "$DECOMPRESSED_IMAGE"
-sfdisk "DECOMPRESSED_IMAGE" <<EOF
-1, ,83,*
+truncate --size=5G "$DECOMPRESSED_IMAGE"
+sfdisk "$DECOMPRESSED_IMAGE" <<EOF
+1,,83,*
EOF