summaryrefslogtreecommitdiffstats
path: root/sysprep/sysprep_operation_dovecot_data.ml
Commit message (Collapse)AuthorAgeFilesLines
* sysprep: Change perform callback to perform_on_filesystems and ↵Richard W.M. Jones2012-07-251-1/+2
| | | | | | | | | 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.
* Add gettext support for OCaml tools (virt-resize, virt-sparsify, virt-sysprep).Richard W.M. Jones2012-05-011-1/+2
| | | | | | | | 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: Remove the data of dovecotWanlong Gao2012-04-271-0/+43
Remove the data of dovecot. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>