| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This allows you to add scripts that run in the context of
the guest the first time it boots.
|
|
|
|
|
|
|
|
|
| |
perform_on_devices.
Operations that need to work directly on guest block devices will fail
because the block devices are busy. Therefore add a phase with the
filesystems unmounted, and allow operations to specify that they need
to work in this phase.
|
|
|
|
|
|
|
|
| |
Note that this support is optional: To enable it, install the
ocaml-gettext library from
http://forge.ocamlcore.org/projects/ocaml-gettext . If this library
is not installed, then configure detects this and inserts dummy
gettext functions that do nothing.
|
|
|
|
|
|
|
|
|
|
| |
All current operations are enabled by default.
Also:
* The POD description is split into a heading and the description body.
* An 'enabled_by_default' flag is added to the structure.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This check will fail if the script is on the path. Also document
that script must be on the path or else the full path to the script
must be given.
|
|
the guest.
|