resolves: RHEL-81733 Fix virt-v2v conversion of split /usr Ubuntu 22+ resolves: RHEL-87622 Remove dependencies on oUnit, flex, bison
44 lines
1.3 KiB
Diff
44 lines
1.3 KiB
Diff
From abdec091c4e277515815c14fc3d02eec57e22dea Mon Sep 17 00:00:00 2001
|
|
From: Cole Robinson <crobinso@redhat.com>
|
|
Date: Wed, 9 Apr 2025 16:09:05 -0400
|
|
Subject: [PATCH] common: update submodule
|
|
|
|
Cole Robinson (2):
|
|
mltools: decouple and simplify osinfo device support checks
|
|
mlcustomize: disable `--inject-virtio-win osinfo`
|
|
|
|
Richard W.M. Jones (3):
|
|
mltools: Fix de-oUnit-ized tests
|
|
mltools: Unreference various objects
|
|
Revert "mltools: Unreference various objects"
|
|
|
|
And update customize docs to match
|
|
|
|
Signed-off-by: Cole Robinson <crobinso@redhat.com>
|
|
---
|
|
common | 2 +-
|
|
generator/customize.ml | 6 ------
|
|
2 files changed, 1 insertion(+), 7 deletions(-)
|
|
|
|
Submodule common 64f6ee85f..347b13716:
|
|
diff --git a/generator/customize.ml b/generator/customize.ml
|
|
index dc36afe70..fd6ebf588 100644
|
|
--- a/generator/customize.ml
|
|
+++ b/generator/customize.ml
|
|
@@ -341,12 +341,6 @@ The path to the ISO image containing the virtio-win drivers
|
|
The directory containing the unpacked virtio-win drivers
|
|
(eg. F</usr/share/virtio-win>).
|
|
|
|
-=item B<\"osinfo\">
|
|
-
|
|
-The literal string C<\"osinfo\"> means to use the
|
|
-libosinfo database to locate the drivers. (See
|
|
-L<osinfo-query(1)>.
|
|
-
|
|
=back
|
|
|
|
Note that to do a full conversion of a Windows guest from a
|
|
--
|
|
2.47.1
|
|
|