Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add gettext support for OCaml tools (virt-resize, virt-sparsify, virt-sysprep). | Richard W.M. Jones | 2012-05-01 | 1 | -5/+6 |
| | | | | | | | | 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. | ||||
* | sysprep: Don't enable every option by default. | Richard W.M. Jones | 2012-04-21 | 1 | -3/+5 |
| | | | | | | | | | | 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. | ||||
* | sysprep: Allow hostname to be set on other Red Hat derivatives (RHBZ#811112). | Qin Guan | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | Rewrite virt-sysprep. | Richard W.M. Jones | 2012-03-31 | 1 | -0/+69 |