X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=recipes%2Fiso2tar.sh;h=b3de8db6fcbb38457beb449f1703d4f8d08769cd;hp=78203941ca38e729d484317e7e2752c178637447;hb=92d38b9ae3a0b1b4694da5e3d3a3cb155842cd91;hpb=b787efa8c627b459c876c11e59199df626011123 diff --git a/recipes/iso2tar.sh b/recipes/iso2tar.sh index 7820394..b3de8db 100755 --- a/recipes/iso2tar.sh +++ b/recipes/iso2tar.sh @@ -1,3 +1,3 @@ #!/bin/sh - -guestfish -a "$1" -m /dev/sda tgz-out / "$2" +guestfish -a "$1" --ro -m /dev/sda tgz-out / "$2"