mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-11 17:39:52 +01:00
CONFIG -> OVERLAY
according to 0.4.20190714 the name has changed
This commit is contained in:
@@ -544,7 +544,7 @@ work as expected. This table outlines those requirements:
|
|||||||
| SUPPORTED | format | example |
|
| SUPPORTED | format | example |
|
||||||
|-----------|------------------|----------------------------------------------------------------|
|
|-----------|------------------|----------------------------------------------------------------|
|
||||||
| PRE/CMD | /bin/sh command | /usr/bin/chsh -s /usr/local/bin/zsh |
|
| PRE/CMD | /bin/sh command | /usr/bin/chsh -s /usr/local/bin/zsh |
|
||||||
| CONFIG | path | etc root usr |
|
| OVERLAY | paths (one/line) | etc root usr |
|
||||||
| PKG | port/pkg name(s) | vim-console zsh git-lite tree htop |
|
| PKG | port/pkg name(s) | vim-console zsh git-lite tree htop |
|
||||||
| SYSRC | sysrc command(s) | nginx_enable=YES |
|
| SYSRC | sysrc command(s) | nginx_enable=YES |
|
||||||
|
|
||||||
@@ -573,10 +573,11 @@ After populating `usr/local/` with custom config files that your jail will
|
|||||||
use, be sure to include `usr` in the template CONFIG definition. eg;
|
use, be sure to include `usr` in the template CONFIG definition. eg;
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
echo "etc usr" > /usr/local/bastille/templates/base/CONFIG
|
echo "etc" > /usr/local/bastille/templates/base/OVERLAY
|
||||||
|
echo "usr" >> /usr/local/bastille/templates/base/OVERLAY
|
||||||
```
|
```
|
||||||
|
|
||||||
The above example "etc usr" will include anything under "etc" and "usr" inside
|
The above example will include anything under "etc" and "usr" inside
|
||||||
the template. You do not need to list individual files. Just include the
|
the template. You do not need to list individual files. Just include the
|
||||||
top-level directory name.
|
top-level directory name.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user