search for: d61cd820b4

Displaying 1 result from an estimated 1 matches for "d61cd820b4".

2023 Jun 29
2
[PATCH libguestfs] generator: Add --chown option for virt-customize
...o this updates the common submodule to include the changes. Fixes: https://github.com/rwmjones/guestfs-tools/issues/12 --- common | 2 +- generator/customize.ml | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/common b/common index d61cd820b4..bbb54714ce 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit d61cd820b49e403848d15c5deaccbf8dd7045370 +Subproject commit bbb54714ce24c76e5761d96a0227a753896dc4c4 diff --git a/generator/customize.ml b/generator/customize.ml index aa7ac8e8af..8d3dec3e24 100644 --- a/generator/customize...