Added the --ro option (readonly) to guestfish.
[libguestfs.git] / recipes / iso2tar.sh
index 7820394..b3de8db 100755 (executable)
@@ -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"