mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00

This is the first step in the effort of combining all documentation about bootstrap-vz into sphinx while still being able to access it from github (github can parse rst as well)
19 lines
717 B
ReStructuredText
19 lines
717 B
ReStructuredText
Image commands
|
|
--------------
|
|
|
|
The image commands plugin allows you to run arbitrary commands during
|
|
the bootstrap process. The commands are run at an indeterminate point
|
|
*after* packages have been installed, but *before* the volume has been
|
|
unmounted.
|
|
|
|
Settings
|
|
~~~~~~~~
|
|
|
|
- ``commands``: A list of lists containing strings. Each top-level item
|
|
is a single command, while the strings inside each list comprise
|
|
parts of a command. This allows for proper shell argument escaping
|
|
(to circumvent this, simply put the entire command in a single
|
|
string). In addition to the manifest variables ``{root}`` is also
|
|
available. It points at the root of the image volume.
|
|
*``required``*
|
|
*``manifest vars``*
|