X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=recipes%2Fexport2tar.sh;fp=recipes%2Fexport2tar.sh;h=41816daf1d0b28db28d04cbb411ba6790cb283fa;hb=edd99a3f7903f6f80d3f73643cd6ee114dbdd553;hp=43860bd0ba0fd29a77a261badc85e84125b603c9;hpb=9501ab7792e50e464dc65e9190a0e1d84b5dd423;p=libguestfs.git diff --git a/recipes/export2tar.sh b/recipes/export2tar.sh index 43860bd..41816da 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 -a "$1" --ro -m "$2" tgz-out "$3" "$4"