summaryrefslogtreecommitdiffstats
path: root/README_libvirt.md
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2017-07-24 11:15:37 -0500
committerDan Williams <dcbw@redhat.com>2017-07-24 11:17:25 -0500
commit04b1c99fd2b769979adf019fe064bc4ba601ef97 (patch)
tree639dd8bf7105cf98e093f83a761f9fd17e966ef9 /README_libvirt.md
parentba980522331db061b7a342141d227b304caf586e (diff)
downloadopenshift-04b1c99fd2b769979adf019fe064bc4ba601ef97.tar.gz
openshift-04b1c99fd2b769979adf019fe064bc4ba601ef97.tar.bz2
openshift-04b1c99fd2b769979adf019fe064bc4ba601ef97.tar.xz
openshift-04b1c99fd2b769979adf019fe064bc4ba601ef97.zip
libvirt: fall back to mkisofs if genisoimage isn't available
Diffstat (limited to 'README_libvirt.md')
-rw-r--r--README_libvirt.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README_libvirt.md b/README_libvirt.md
index b8a24d705..1661681a0 100644
--- a/README_libvirt.md
+++ b/README_libvirt.md
@@ -15,7 +15,7 @@ Install dependencies
3. Install [ebtables](http://ebtables.netfilter.org/)
4. Install [qemu and qemu-system-x86](http://wiki.qemu.org/Main_Page)
5. Install [libvirt-python and libvirt](http://libvirt.org/)
-6. Install [genisoimage](http://cdrkit.org/)
+6. Install [genisoimage](http://cdrkit.org/) or [mkisofs](http://cdrtools.sourceforge.net/private/cdrecord.html)
7. Enable and start the libvirt daemon, e.g:
- `systemctl enable libvirtd`
- `systemctl start libvirtd`