diff options
Diffstat (limited to 'recipes/iso2tar.sh')
-rwxr-xr-x | recipes/iso2tar.sh | 3 |
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" |