summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2012-12-10 10:49:40 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2012-12-10 10:49:40 +0000
commit5928a0f9a66d3e4212114f42e2fac052b5d1ade7 (patch)
tree018af0dbcab5bc306890d5ba68e08a981d159e49
parentc5b6ffcecd4159b7689fe8f9a47d40c17a586bfc (diff)
downloadgenivi-initial-setup-5928a0f9a66d3e4212114f42e2fac052b5d1ade7.tar.gz
Fix typo in the run-baserock-image script
-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