summaryrefslogtreecommitdiff
path: root/scripts/create-image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/create-image.sh')
-rwxr-xr-xscripts/create-image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-image.sh b/scripts/create-image.sh
index b4824aea7..7536cd814 100755
--- a/scripts/create-image.sh
+++ b/scripts/create-image.sh
@@ -79,7 +79,7 @@ printf "Creating filesystem $filesystem\n"
printf "Create partition and filesystem\n"
$parted -s $1 mklabel msdos
-$parted -s $1 mkpart primary ext2 0 100%
+$parted -s $1 mkpart primary ext2 0 98%
$parted -s $1 set 1 boot on
dd if=$1 of=mbr bs=16384 count=1 2>/dev/null