Add an example of using custom menus with the Docker build

This commit is contained in:
Joshua Gilman 2020-07-04 12:35:11 -07:00
parent b943b03c6a
commit 6d9a393eea
No known key found for this signature in database
GPG key ID: 2FD7A8F76AC42BF4

View file

@ -21,4 +21,12 @@ a menu. You can copy the custom directory from the repo:
```
cp etc/netbootxyz/custom /etc/netbootxyz/custom
```
If you are building via Docker, you can create a `custom` folder in
the root source directory and then set the variable like so:
```
custom_generate_menus: true
custom_templates_dir: "/ansible/custom"
```