summaryrefslogtreecommitdiffstats
path: root/sysprep/sysprep_operation_script.ml
Commit message (Collapse)AuthorAgeFilesLines
* 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: Implement 'script' operation for running general scripts against ↵Richard W.M. Jones2012-03-311-0/+140
the guest.