Richard W.M. Jones
|
d131d2af92
|
sysprep: Add common pod_of_list function to new module 'Utils'.
|
2016-12-14 17:23:11 +00:00 |
|
Richard W.M. Jones
|
05ba393724
|
OCaml tools: Use Common_gettext and Common_utils modules.
Share these modules across all three tools virt-resize, virt-sparsify
and virt-sysprep.
This is mostly code motion.
|
2013-03-28 14:00:42 +00:00 |
|
Richard W.M. Jones
|
99cfc1f36e
|
sysprep: Add --firstboot functionality.
This allows you to add scripts that run in the context of
the guest the first time it boots.
|
2012-08-18 11:47:19 +01:00 |
|
Richard W.M. Jones
|
0f33a1d90c
|
sysprep: Improve error messages.
|
2012-08-16 18:21:07 +01:00 |
|
Richard W.M. Jones
|
16b2ffa97e
|
sysprep: Make a common Utils.compare_command_line_args function.
This isn't quite code motion, since the new function also ignores case
(which previously we didn't ignore).
|
2012-04-11 16:26:32 +01:00 |
|
Richard W.M. Jones
|
a3d6629a0b
|
sysprep: Move skip_dashes function into Utils module.
This is mostly code motion, but I also changed the function to use
String.unsafe_get and raise Invalid_argument on failure.
|
2012-04-11 16:22:58 +01:00 |
|
Richard W.M. Jones
|
026f616650
|
Rewrite virt-sysprep.
|
2012-03-31 22:55:33 +01:00 |
|