summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-09-28 22:10:23 +0100
committerJames Le Cuirot <chewi@gentoo.org>2024-10-10 17:30:45 +0100
commit4b9e5a3c992ce5628ca1b87f1b24aef271613c46 (patch)
treea169d181deceb012594a348c314ce3b1ae18f260 /app-containers
parentapp-containers/lxd: Update edk2 OVMF path adjustment (diff)
downloadgentoo-4b9e5a3c992ce5628ca1b87f1b24aef271613c46.tar.gz
gentoo-4b9e5a3c992ce5628ca1b87f1b24aef271613c46.tar.bz2
gentoo-4b9e5a3c992ce5628ca1b87f1b24aef271613c46.zip
app-containers/incus: Update edk2 OVMF path adjustment
These files now live in /usr/share/edk2/OvmfX64. No revbump as there is a compatibility symlink. Closes: https://github.com/gentoo/gentoo/pull/38813 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r--app-containers/incus/incus-6.0.1-r1.ebuild2
-rw-r--r--app-containers/incus/incus-6.0.2.ebuild2
-rw-r--r--app-containers/incus/incus-6.5-r1.ebuild2
-rw-r--r--app-containers/incus/incus-6.6.ebuild2
4 files changed, 4 insertions, 4 deletions
diff --git a/app-containers/incus/incus-6.0.1-r1.ebuild b/app-containers/incus/incus-6.0.1-r1.ebuild
index 6a00a3b589ab..ff4ba32ceb36 100644
--- a/app-containers/incus/incus-6.0.1-r1.ebuild
+++ b/app-containers/incus/incus-6.0.1-r1.ebuild
@@ -100,7 +100,7 @@ src_prepare() {
# Fix hardcoded ovmf file path, see bug 763180
sed -i \
- -e "s:/usr/share/OVMF:/usr/share/edk2-ovmf:g" \
+ -e "s:/usr/share/OVMF:/usr/share/edk2/OvmfX64:g" \
-e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \
doc/environment.md \
internal/server/apparmor/instance.go \
diff --git a/app-containers/incus/incus-6.0.2.ebuild b/app-containers/incus/incus-6.0.2.ebuild
index aaf998d9ce31..edd9f6c5c5e9 100644
--- a/app-containers/incus/incus-6.0.2.ebuild
+++ b/app-containers/incus/incus-6.0.2.ebuild
@@ -99,7 +99,7 @@ src_prepare() {
Makefile || die
sed -i \
- -e "s:/usr/share/OVMF:/usr/share/edk2-ovmf:g" \
+ -e "s:/usr/share/OVMF:/usr/share/edk2/OvmfX64:g" \
-e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \
internal/server/instance/drivers/edk2/driver_edk2.go || die "Failed to fix hardcoded ovmf paths."
diff --git a/app-containers/incus/incus-6.5-r1.ebuild b/app-containers/incus/incus-6.5-r1.ebuild
index a703537528cf..65a3654dfb92 100644
--- a/app-containers/incus/incus-6.5-r1.ebuild
+++ b/app-containers/incus/incus-6.5-r1.ebuild
@@ -99,7 +99,7 @@ src_prepare() {
Makefile || die
sed -i \
- -e "s:/usr/share/OVMF:/usr/share/edk2-ovmf:g" \
+ -e "s:/usr/share/OVMF:/usr/share/edk2/OvmfX64:g" \
-e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \
internal/server/instance/drivers/edk2/driver_edk2.go || die "Failed to fix hardcoded ovmf paths."
diff --git a/app-containers/incus/incus-6.6.ebuild b/app-containers/incus/incus-6.6.ebuild
index a703537528cf..65a3654dfb92 100644
--- a/app-containers/incus/incus-6.6.ebuild
+++ b/app-containers/incus/incus-6.6.ebuild
@@ -99,7 +99,7 @@ src_prepare() {
Makefile || die
sed -i \
- -e "s:/usr/share/OVMF:/usr/share/edk2-ovmf:g" \
+ -e "s:/usr/share/OVMF:/usr/share/edk2/OvmfX64:g" \
-e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \
internal/server/instance/drivers/edk2/driver_edk2.go || die "Failed to fix hardcoded ovmf paths."