summaryrefslogtreecommitdiffstats
path: root/sysprep/utils.ml
Commit message (Collapse)AuthorAgeFilesLines
* sysprep: Improve error messages.Richard W.M. Jones2012-08-301-0/+2
| | | | (cherry picked from commit 0f33a1d90c65f31444e14aef27d489706230939f)
* 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