From 7ecbb9711d52b685e533baaaf91e0e74c7cfa37e Mon Sep 17 00:00:00 2001 From: StidOfficial Date: Sun, 25 Jun 2023 20:33:24 +0200 Subject: [PATCH] Add support of NFS protocol --- 0001-build-customize-configuration.patch | 3 ++- ipxe.spec | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/0001-build-customize-configuration.patch b/0001-build-customize-configuration.patch index 9763ba0..8a9a3ea 100644 --- a/0001-build-customize-configuration.patch +++ b/0001-build-customize-configuration.patch @@ -1,8 +1,9 @@ diff -rupN ipxe-20190125-git36a4c85f/src/config/local/general.h ipxe-20190125-git36a4c85f.new/src/config/local/general.h --- ipxe-20190125-git36a4c85f/src/config/local/general.h 1970-01-01 01:00:00.000000000 +0100 +++ ipxe-20190125-git36a4c85f.new/src/config/local/general.h 2019-02-01 16:40:42.725293033 +0000 -@@ -0,0 +1,4 @@ +@@ -0,0 +1,5 @@ +/* Enable IPv6. */ +#define NET_PROTO_IPV6 +/* Enable HTTPS */ +#define DOWNLOAD_PROTO_HTTPS ++#define DOWNLOAD_PROTO_NFS diff --git a/ipxe.spec b/ipxe.spec index 9da857c..7950d64 100644 --- a/ipxe.spec +++ b/ipxe.spec @@ -39,7 +39,7 @@ Name: ipxe Version: %{date} -Release: 7.git%{hash}%{?dist} +Release: 8.git%{hash}%{?dist} Summary: A network boot loader License: BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND (GPL-2.0-only OR MPL-1.1) AND GPL-2.0-or-later AND GPL-2.0-or-later WITH UBDL-exception AND ISC AND MIT @@ -280,6 +280,9 @@ cp -a src/bin-arm64-efi/ipxe.efi %{buildroot}/%{_datadir}/%{name}/arm64-efi/ipxe %endif %changelog +* Thu Jan 25 2024 Stid Official - 20220210-8.git64113751 +- Add support of NFS protocol + * Wed Jan 24 2024 Fedora Release Engineering - 20220210-7.git64113751 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild