summaryrefslogtreecommitdiffstats
path: root/recipes/export2tar.sh
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-26 12:09:06 +0100
committerRichard Jones <rjones@redhat.com>2009-04-26 12:09:06 +0100
commitedd99a3f7903f6f80d3f73643cd6ee114dbdd553 (patch)
tree97ab6927aa6b071f847b6828d6e92a54226adccb /recipes/export2tar.sh
parent9501ab7792e50e464dc65e9190a0e1d84b5dd423 (diff)
downloadlibguestfs-edd99a3f7903f6f80d3f73643cd6ee114dbdd553.tar.gz
libguestfs-edd99a3f7903f6f80d3f73643cd6ee114dbdd553.tar.xz
libguestfs-edd99a3f7903f6f80d3f73643cd6ee114dbdd553.zip
Added the --ro option (readonly) to guestfish.
Diffstat (limited to 'recipes/export2tar.sh')
-rwxr-xr-xrecipes/export2tar.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/export2tar.sh b/recipes/export2tar.sh
index 43860bd0..41816daf 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"