From 5928a0f9a66d3e4212114f42e2fac052b5d1ade7 Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Mon, 10 Dec 2012 10:49:40 +0000 Subject: Fix typo in the run-baserock-image script --- armv7-versatile/run-baserock-image.sh | 6 +++--- 1 file 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" <