From e65e1d5d0053431702bc99e5d59725324adf1af5 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sun, 26 Apr 2009 07:05:12 +0100 Subject: Don't echo output in scripts. --- recipes/tar2vm.example | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'recipes/tar2vm.example') 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 -- cgit