summaryrefslogtreecommitdiffstats
path: root/sysprep/utils.ml
Commit message (Collapse)AuthorAgeFilesLines
* sysprep: Add --firstboot functionality.Richard W.M. Jones2012-08-181-0/+16
| | | | | This allows you to add scripts that run in the context of the guest the first time it boots.
* sysprep: Improve error messages.Richard W.M. Jones2012-08-161-0/+2
|
* sysprep: Make a common Utils.compare_command_line_args function.Richard W.M. Jones2012-04-111-0/+3
| | | | | This isn't quite code motion, since the new function also ignores case (which previously we didn't ignore).
* sysprep: Move skip_dashes function into Utils module.Richard W.M. Jones2012-04-111-0/+12
| | | | | This is mostly code motion, but I also changed the function to use String.unsafe_get and raise Invalid_argument on failure.
* Rewrite virt-sysprep.Richard W.M. Jones2012-03-311-0/+71