Skip to content

Commit

Permalink
improve build documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Marantz committed Aug 25, 2016
1 parent a6eff14 commit c0d6857
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -82,9 +82,7 @@ More information about the test environment and setting it up can be found in

## Building an Image

To make it easy to get started with genesis, we have included a `Dockerfile` that will allow
you to compile a bootable live image without needing a lot of client side configuration. If you
have docker running on your machine and just want to build the latest images:
To make it easy to get started with genesis, we have included a `Dockerfile` that will allow you to compile a bootable live image without needing a lot of client side configuration. If you have docker running on your machine and just want to build the latest images:

```
# mkdir output
Expand All @@ -100,6 +98,8 @@ To build a custom image, if you have tweaked something about genesis, you can pr
# ls output
```

> NOTE: the genesis-builder uses livecd-creator which depends on loopback mounts. These don't currently (2016-08-25) work with Docker for Mac. On linux you should make sure you have at least 2 spare /dev/loop* devices, `losetup -a` will show which ones are busy and `mknod /dev/loop# -m0600 b 7 #` a couple if needed. Also you may need to cleanup/free (`losetup -d`) devices after this has run.
## Contact
Please feel free to open issues on GitHub for any feedback or problems you might
run in to. We also actively encourage pull requests. Please also make
Expand Down

0 comments on commit c0d6857

Please sign in to comment.