Browse Source

Update README with info on mkisofs

master
Fábio Kaiser Rauber 5 years ago
parent
commit
3e47b710f2
  1. 13
      README.md

13
README.md

@ -14,6 +14,19 @@ The installation steps are:
4. Extract the archive 4. Extract the archive
5. Move the driver binary to your PATH, so it can be found by docker-machine. 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 # Installation from source
Following the installation of Golang and Docker Machine, you can install the Following the installation of Golang and Docker Machine, you can install the

Loading…
Cancel
Save