X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=recipes%2Fexport2tar.sh;h=fa79b3e14a91e2faed4a654da6045fcc036bb2e1;hb=c3887285abbb3606822626ba396a51cb5df80d43;hp=43860bd0ba0fd29a77a261badc85e84125b603c9;hpb=a057a058e72d0949db4140e9a03b7a0e5b3c823c;p=libguestfs.git diff --git a/recipes/export2tar.sh b/recipes/export2tar.sh index 43860bd..fa79b3e 100755 --- a/recipes/export2tar.sh +++ b/recipes/export2tar.sh @@ -1,3 +1,3 @@ #!/bin/sh - -guestfish -a "$1" -m "$2" tgz-out "$3" "$4" +guestfish --ro -a "$1" -m "$2" tgz-out "$3" "$4"