Skip to content

Commit

Permalink
Added mkisofs and ovftool installation
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmatthews committed Oct 1, 2014
1 parent 4ef8c1c commit 82c236f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ The specifics may vary depending on your Linux distribution, of course.
* [Install QEMU](#install-qemu)
* [Install `vmdktool` (if needed)](#install-vmdktool-if-needed)
* [Install `fatdisk` (optional)](#install-fatdisk-optional)
* [Install `mkisofs` (optional)](#install-mkisofs-optional)
* [Install `ovftool` (optional)](#install-ovftool-optional)
* [Install COT](#install-cot)

Check installed Python version
Expand Down Expand Up @@ -106,6 +108,19 @@ Currently the only such platform known to COT is Cisco IOSv.

sudo cp ./fatdisk /usr/local/bin/fatdisk

Install `mkisofs` (optional)
----------------------------

[`mkisofs`](http://cdrecord.org/) is standard on most Linux distributions, but
if not installed on your system you may want to install it according to the
instructions at the linked web site.

Install `ovftool` (optional)
----------------------------

Download [`ovftool`](https://www.vmware.com/support/developer/ovf/)
from VMware and install it according to the included instructions.

Install COT
-----------

Expand Down Expand Up @@ -140,7 +155,7 @@ Install COT

OK

(If any tests fail, likely due to missing binary dependencies described
(If any tests fail, likely due to missing optional dependencies described
above, the failures will be reported here, giving you a chance to fix them
or ignore them before installing COT.)

Expand Down

0 comments on commit 82c236f

Please sign in to comment.