blob: 407fbf5739e21d642eb9dd21a8862e5ecc17561e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
Name: ipxe-bootimgs
Version: 1.0
Release: 1%{?dist}
Summary: iPXE Boot Images for aarch64 and x86_64
License: GPLv2+
URL: https://ipxe.org
Source0: ipxe-bootimgs.tar.gz
BuildArch: noarch
BuildRequires: make gcc
Requires: grub2
%description
This package provides prebuilt iPXE boot images for aarch64 and x86_64 systems. These images
can be used for network booting via PXE.
%prep
%setup -q
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/ipxe/
cp -a * %{buildroot}/usr/share/ipxe/
%files
%license
/usr/share/ipxe/
%changelog
* Mon Oct 06 2025 Your Name <zhihang161013@outlook.com> - 1.0-1
- Initial package for ipxe-bootimgs including aarch64 and x86_64 boot images.
|