diff options
author | CoprDistGit <infra@openeuler.org> | 2025-10-09 03:41:37 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-10-09 03:41:37 +0000 |
commit | de981eb591a768dadafed4fdfb9669dc2b9bf204 (patch) | |
tree | cc5a3364d71a839746b9b4dc21a9d97d5efe26fe | |
parent | 61ba298e95916914ee072eacc1d0065a635763ed (diff) |
automatic import of ipxe-bootimgsopeneuler25.03openeuler24.09openeuler24.03_LTS_SP2openeuler24.03_LTS_SP1openeuler24.03_LTS
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | ipxe.spec | 33 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 35 insertions, 0 deletions
@@ -0,0 +1 @@ +/ipxe-bootimgs.tar.gz diff --git a/ipxe.spec b/ipxe.spec new file mode 100644 index 0000000..407fbf5 --- /dev/null +++ b/ipxe.spec @@ -0,0 +1,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. @@ -0,0 +1 @@ +76932291a84a8b5b0db61987438fa057 ipxe-bootimgs.tar.gz |