diff options
Diffstat (limited to 'recipes/tar2vm.example')
-rw-r--r-- | recipes/tar2vm.example | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/recipes/tar2vm.example b/recipes/tar2vm.example index 97a054f4..1ca03795 100644 --- a/recipes/tar2vm.example +++ b/recipes/tar2vm.example @@ -1,8 +1 @@ -tar2vm.sh ../libguestfs-1.0.10.tar.gz /tmp/test.img 10M -alloc /tmp/test.img 10M -run -sfdisk /dev/sda 0 0 0 , -mkfs ext3 /dev/sda1 -mount /dev/sda1 / -tgz-in ../libguestfs-1.0.10.tar.gz / -umount-all +$ ./tar2vm.sh ../libguestfs-1.0.10.tar.gz /tmp/test.img 10M |