Displaying 2 results from an estimated 2 matches for "3dcf755eb".
2017 Sep 25
0
[PATCH] customize: Unconditionally set the machine-id if not set already.
.... This is done unconditionally at the same time as
setting the random seed (a similar issue).
---
customize/customize_run.ml | 30 ++++++++++++++++++++++++++----
1 file changed, 26 insertions(+), 4 deletions(-)
diff --git a/customize/customize_run.ml b/customize/customize_run.ml
index 5564684b4..3dcf755eb 100644
--- a/customize/customize_run.ml
+++ b/customize/customize_run.ml
@@ -27,7 +27,9 @@ open Customize_cmdline
open Password
open Append_line
-let run (g : Guestfs.guestfs) root (ops : ops) =
+module G = Guestfs
+
+let run (g : G.guestfs) root (ops : ops) =
(* Is the host_cpu compatible w...
2017 Sep 26
5
[PATCH 0/5] Miscellaneous refactoring of common/utils, create common/mltools
Miscellaneous refactoring, but the main one is to rename mllib/
as common/mltools/
Rich.