mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-22 18:24:53 +00:00
Add recursive to copy in readme
This commit is contained in:
parent
dfccdbb94d
commit
43e2f303de
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ A sample menu is provided to demonstrate how to configure and set up
|
|||
a menu. You can copy the custom directory from the repo:
|
||||
|
||||
```
|
||||
cp etc/netbootxyz/custom /etc/netbootxyz/custom
|
||||
cp -r etc/netbootxyz/custom /etc/netbootxyz/custom
|
||||
```
|
||||
|
||||
If you are building via Docker, you can create a `custom` folder in
|
||||
|
|
@ -29,4 +29,4 @@ 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