mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Add an example of using custom menus with the Docker build
This commit is contained in:
parent
b943b03c6a
commit
6d9a393eea
1 changed files with 8 additions and 0 deletions
|
|
@ -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"
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue