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