[PR #971] [MERGED] Architecture type refactor to enable arm64 and i386 builds #2780

Closed
opened 2026-03-01 18:41:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/971
Author: @antonym
Created: 8/28/2021
Status: Merged
Merged: 8/28/2021
Merged by: @antonym

Base: developmentHead: arch_fixes


📝 Commits (1)

  • 4207fda Architecture type refactor to enable arm64 and i386 builds

📊 Changes

11 files changed (+102 additions, -47 deletions)

View changed files

📝 roles/netbootxyz/templates/menu/almalinux.ipxe.j2 (+6 -3)
📝 roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2 (+6 -3)
📝 roles/netbootxyz/templates/menu/boot.cfg.j2 (+11 -0)
📝 roles/netbootxyz/templates/menu/centos.ipxe.j2 (+7 -4)
📝 roles/netbootxyz/templates/menu/debian.ipxe.j2 (+9 -5)
📝 roles/netbootxyz/templates/menu/fedora.ipxe.j2 (+11 -7)
📝 roles/netbootxyz/templates/menu/linux-arm.ipxe.j2 (+6 -4)
roles/netbootxyz/templates/menu/linux-i386.ipxe.j2 (+25 -0)
📝 roles/netbootxyz/templates/menu/menu.ipxe.j2 (+7 -7)
📝 roles/netbootxyz/templates/menu/rhel.ipxe.j2 (+8 -11)
📝 roles/netbootxyz/templates/menu/rockylinux.ipxe.j2 (+6 -3)

📄 Description

For those operating systems that support arm64 (and i386), this
is a start of a refactor to enable operating systems that have
those capabilities.

This is a work in progress and consists of some overdue cleanup.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/netboot.xyz/pull/971 **Author:** [@antonym](https://github.com/antonym) **Created:** 8/28/2021 **Status:** ✅ Merged **Merged:** 8/28/2021 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `development` ← **Head:** `arch_fixes` --- ### 📝 Commits (1) - [`4207fda`](https://github.com/netbootxyz/netboot.xyz/commit/4207fda6e40ee48947159b9239faf46e88986a84) Architecture type refactor to enable arm64 and i386 builds ### 📊 Changes **11 files changed** (+102 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `roles/netbootxyz/templates/menu/almalinux.ipxe.j2` (+6 -3) 📝 `roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2` (+6 -3) 📝 `roles/netbootxyz/templates/menu/boot.cfg.j2` (+11 -0) 📝 `roles/netbootxyz/templates/menu/centos.ipxe.j2` (+7 -4) 📝 `roles/netbootxyz/templates/menu/debian.ipxe.j2` (+9 -5) 📝 `roles/netbootxyz/templates/menu/fedora.ipxe.j2` (+11 -7) 📝 `roles/netbootxyz/templates/menu/linux-arm.ipxe.j2` (+6 -4) ➕ `roles/netbootxyz/templates/menu/linux-i386.ipxe.j2` (+25 -0) 📝 `roles/netbootxyz/templates/menu/menu.ipxe.j2` (+7 -7) 📝 `roles/netbootxyz/templates/menu/rhel.ipxe.j2` (+8 -11) 📝 `roles/netbootxyz/templates/menu/rockylinux.ipxe.j2` (+6 -3) </details> ### 📄 Description For those operating systems that support arm64 (and i386), this is a start of a refactor to enable operating systems that have those capabilities. This is a work in progress and consists of some overdue cleanup. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:41:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#2780
No description provided.