Quellcode durchsuchen

Add an example of using custom menus with the Docker build

Joshua Gilman vor 4 Jahren
Ursprung
Commit
6d9a393eea
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 8 0
      etc/netbootxyz/custom/README.md

+ 8 - 0
etc/netbootxyz/custom/README.md

@@ -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"
 ```