public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ipxe] rawhide: custom config: disable NFS too for QEMU EFI ROMs
@ 2026-06-17  5:48 Michal Schmidt
  0 siblings, 0 replies; only message in thread
From: Michal Schmidt @ 2026-06-17  5:48 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/ipxe
            Branch : rawhide
            Commit : 32b2b7d98ce50efc7c09fcd77b70f9eee4999b21
            Author : Michal Schmidt <mschmidt@redhat.com>
            Date   : 2026-06-16T13:17:36+02:00
            Stats  : +4/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ipxe/c/32b2b7d98ce50efc7c09fcd77b70f9eee4999b21?branch=rawhide

            Log:
            custom config: disable NFS too for QEMU EFI ROMs

Disabling NFS allows to fit each EFI ROM for QEMU into the 256 KiB
limit.

Partial undo of commit 7ecbb9711d52 ("Add support of NFS protocol").

Suggested-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Michal Schmidt <mschmidt@redhat.com>

---
diff --git a/0001-build-customize-configuration.patch b/0001-build-customize-configuration.patch
index 192e49e..a1d3592 100644
--- a/0001-build-customize-configuration.patch
+++ b/0001-build-customize-configuration.patch
@@ -12,14 +12,15 @@ new file mode 100644
 index 0000000..036f80e
 --- /dev/null
 +++ b/src/config/local/qemu/general.h
-@@ -0,0 +1,13 @@
+@@ -0,0 +1,14 @@
 +/*
 + * qemu EFI roms are built without HTTPS support,
 + * EFI does that on its own (and better)
 + */
 +#ifdef PLATFORM_efi
-+#	undef DOWNLOAD_PROTO_HTTPS
-+#	undef CERT_CMD
++#  undef DOWNLOAD_PROTO_HTTPS
++#  undef DOWNLOAD_PROTO_NFS
++#  undef CERT_CMD
 +#  undef SANBOOT_PROTO_AOE
 +#  undef NET_PROTO_STP
 +#  undef NET_PROTO_LACP

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-17  5:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-17  5:48 [rpms/ipxe] rawhide: custom config: disable NFS too for QEMU EFI ROMs Michal Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox