mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
commit
4cb1065551
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ Settings
|
|||
(e.g. globbing will work).
|
||||
In addition to the manifest variables ``{root}`` is also available.
|
||||
It points at the root of the image volume.
|
||||
``chroot {root}`` should be used for the command to run in the images' environment.
|
||||
``required``
|
||||
``manifest vars``
|
||||
|
||||
|
@ -29,4 +30,4 @@ Create an empty `index.html` in `/var/www` and delete all locales except english
|
|||
commands:
|
||||
commands:
|
||||
- [touch, '{root}/var/www/index.html']
|
||||
- ['rm -rf /usr/share/locale/[^en]*']
|
||||
- ['chroot {root} rm -rf /usr/share/locale/[^en]*']
|
||||
|
|
Loading…
Add table
Reference in a new issue