summaryrefslogtreecommitdiffstats
path: root/recipes/iso2tar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/iso2tar.sh')
-rwxr-xr-xrecipes/iso2tar.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/iso2tar.sh b/recipes/iso2tar.sh
new file mode 100755
index 00000000..78203941
--- /dev/null
+++ b/recipes/iso2tar.sh
@@ -0,0 +1,3 @@
+#!/bin/sh -
+
+guestfish -a "$1" -m /dev/sda tgz-out / "$2"