summaryrefslogtreecommitdiff
path: root/scripts/create-image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/create-image.sh')
-rwxr-xr-xscripts/create-image.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/create-image.sh b/scripts/create-image.sh
index 13f7cacd5..fda269990 100755
--- a/scripts/create-image.sh
+++ b/scripts/create-image.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Id$
grubinstall=1
@@ -77,11 +76,11 @@ fi
printf "Generate qemu image\n"
-$qimg create -f raw $1 200M
+$qimg create -f raw $1 300M
printf "Create partition and filesystem\n"
$parted -s $1 mklabel msdos
-$parted -s $1 mkpart primary ext2 0 200
+$parted -s $1 mkpart primary ext2 0 300
$parted -s $1 set 1 boot on
$parted -s $1 mkfs 1 ext2