summaryrefslogtreecommitdiffstats
path: root/sysprep
Commit message (Collapse)AuthorAgeFilesLines
...
* sysprep: Include logfile glob list in the man page.Richard W.M. Jones2012-04-031-18/+24
|
* sysprep: Add a test of the --script option.Richard W.M. Jones2012-04-015-1/+116
|
* sysprep: Simplify and tidy up the test.Richard W.M. Jones2012-04-011-8/+7
|
* sysprep: script: Documentation fix.Richard W.M. Jones2012-04-011-1/+1
|
* sysprep: script: Miscellaneous fixes and cleanups to shell script.Richard W.M. Jones2012-04-011-3/+11
|
* sysprep: script: Wait for child process to exit.Richard W.M. Jones2012-04-011-3/+17
|
* sysprep: script: Remove useless check that script is executable.Richard W.M. Jones2012-04-011-9/+5
| | | | | | 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.
* sysprep: Add some debug code when performing operations.Richard W.M. Jones2012-04-011-1/+6
|
* sysprep: Add more files to CLEANFILES.Richard W.M. Jones2012-04-011-1/+4
|
* sysprep: When generating man pages, use 'run' script.Richard W.M. Jones2012-04-011-2/+2
|
* Ensure that SOURCES are always in EXTRA_DIST, even if OCaml not available.Richard W.M. Jones2012-03-311-5/+3
|
* sysprep: Implement 'script' operation for running general scripts against ↵Richard W.M. Jones2012-03-312-0/+142
| | | | the guest.
* Rewrite virt-sysprep.Richard W.M. Jones2012-03-3121-0/+1848