public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schmidt <mschmidt@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ipxe] rawhide: custom config: disable NFS too for QEMU EFI ROMs
Date: Wed, 17 Jun 2026 05:48:03 GMT [thread overview]
Message-ID: <178167528301.1.14566847463756765326.rpms-ipxe-32b2b7d98ce5@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-17 5:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178167528301.1.14566847463756765326.rpms-ipxe-32b2b7d98ce5@fedoraproject.org \
--to=mschmidt@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox