From 0ce1a9115e644762ab00d0f777e9290c3c75836f Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Wed, 5 Feb 2020 10:11:06 -0300 Subject: [PATCH] Updated README to remove mkisofs requirement --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index b9889dc..1f329cc 100644 --- a/README.md +++ b/README.md @@ -14,20 +14,6 @@ The installation steps are: 4. Extract the archive 5. Move the driver binary to your PATH, so it can be found by docker-machine. -# Requirements - -To use a generic configdrive, mkisofs is required to create the ISO drive. To install it: - -MacOS: -``` -brew install cdrtools -``` - -Linux (Ubuntu): -``` -apt-get install genisoimage -``` - # Installation from source Following the installation of Golang and Docker Machine, you can install the docker-machine-xcp-driver: