summaryrefslogtreecommitdiffstats
path: root/sysprep/sysprep_operation_cron_spool.ml
Commit message (Collapse)AuthorAgeFilesLines
* sysprep: Don't fail when trying to remove /var/spool/at/spool (directory).Richard W.M. Jones2012-11-011-1/+3
| | | | This fixes commit 1949016e899b2737525fdc9b6dda451ad9ecbd66.
* sysprep: handle at jobs in cron-spool operationOlaf Hering2012-09-221-0/+6
| | | | | | | cron-spool claims to remove at jobs, but it has no code to actually do that. Add patterns to remove files in known at spool locations. Signed-off-by: Olaf Hering <olaf@aepfle.de>
* 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: Don't enable every option by default.Richard W.M. Jones2012-04-211-1/+3
| | | | | | | | | | 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.
* Rewrite virt-sysprep.Richard W.M. Jones2012-03-311-0/+34