summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rwxr-xr-xrecipes/tar2vm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/tar2vm.sh b/recipes/tar2vm.sh
index d71a5ef2..713e9e3c 100755
--- a/recipes/tar2vm.sh
+++ b/recipes/tar2vm.sh
@@ -3,7 +3,7 @@
guestfish <<EOF
alloc $2 $3
run
-sfdisk /dev/sda 0 0 0 ,
+part-disk /dev/sda mbr
mkfs ext3 /dev/sda1
mount /dev/sda1 /
tgz-in $1 /