Skip to content

Commit

Permalink
Merge pull request #526 from boogiewookie/master
Browse files Browse the repository at this point in the history
The text speaks of defining an OVERLAY but the example uses CP.
  • Loading branch information
cedwards authored Jul 11, 2022
2 parents e8a72bc + a5bf6ec commit 533d108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -735,8 +735,8 @@ After populating `usr/local/` with custom config files that your container will
use, be sure to include `usr` in the template OVERLAY definition. eg;
```shell
echo "CP etc" >> /usr/local/bastille/templates/username/base/Bastillefile
echo "CP usr" >> /usr/local/bastille/templates/username/base/Bastillefile
echo "OVERLAY etc" >> /usr/local/bastille/templates/username/base/Bastillefile
echo "OVERLAY usr" >> /usr/local/bastille/templates/username/base/Bastillefile
```
The above example will include anything under "etc" and "usr" inside
Expand Down

0 comments on commit 533d108

Please sign in to comment.