2f9214744a
- Don't comment out patch 0029 (the common submodule update). - Use a common/.gitattributes trick to exclude files from the common patch that are not included in virt-v2v tarball. This also requires some sed hacking. NB: I tried using ':(exclude)...' stuff and it does not work for submodules, at least not with the git version in RHEL 8. For more info see private email thread "Customer case requiring our assistance" in 2023. Reviewed-by: Laszlo Ersek <lersek@redhat.com> resolves: rhbz#2184183
25 lines
765 B
Diff
25 lines
765 B
Diff
From 6fb69c6239902cd4462b6c28bc82118cbf9643f2 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Tue, 25 Aug 2020 08:27:42 +0100
|
|
Subject: [PATCH] docs: UEFI guest conversion to -o openstack is supported
|
|
(RHBZ#1872100).
|
|
|
|
(cherry picked from commit db4e673df51d1235a040dc4a4782268743523e5a)
|
|
---
|
|
docs/virt-v2v-support.pod | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/docs/virt-v2v-support.pod b/docs/virt-v2v-support.pod
|
|
index a5150907..1ffc0f9d 100644
|
|
--- a/docs/virt-v2v-support.pod
|
|
+++ b/docs/virt-v2v-support.pod
|
|
@@ -38,7 +38,7 @@ hypervisor, else you will have to adjust paths in the metadata.
|
|
|
|
=item UEFI on OpenStack
|
|
|
|
-Not supported.
|
|
+Supported since virt-v2v E<ge> 1.43.2.
|
|
|
|
=item UEFI on oVirt or RHV
|
|
|