regressions: Enable both tests for bug 576879 (not fixed).
[libguestfs.git] / recipes / iso2tar.html
1 <p>
2 Convert a CD-ROM or DVD ISO to a tarball.
3 </p>
4
5 <p>
6 Usage is very simple:
7 </p>
8
9 <pre>
10 iso2tar.sh cd.iso output.tar.gz
11 </pre>
12
13 <p>
14 See also <a href="http://libguestfs.org/virt-tar.1.html">virt-tar</a>
15 and <a href="https://rwmj.wordpress.com/2010/12/02/tip-uploading-and-downloading/#content">Richard
16 Jones's complete list of ways to upload and download files</a>.
17 </p>