summaryrefslogtreecommitdiffstats
path: root/recipes/iso2tar.sh
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-25 22:56:34 +0100
committerRichard Jones <rjones@redhat.com>2009-04-25 22:56:34 +0100
commitb787efa8c627b459c876c11e59199df626011123 (patch)
tree9ce58cea803a6a1deecb65c48688c6c5234d781a /recipes/iso2tar.sh
parent96124562bbadc7c4bbf0a4ceca39b838dbe47ed7 (diff)
downloadlibguestfs-b787efa8c627b459c876c11e59199df626011123.tar.gz
libguestfs-b787efa8c627b459c876c11e59199df626011123.tar.xz
libguestfs-b787efa8c627b459c876c11e59199df626011123.zip
New recipe: iso2tar.
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"