[PR #970] [CLOSED] Some ARM64 fixes #1243

Closed
opened 2026-02-27 14:54:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/970
Author: @hexchain
Created: 8/27/2021
Status: Closed

Base: developmentHead: arm64-fedora


📝 Commits (2)

  • 58a6a16 menu: fix the arch parameter for Fedora and CentOS
  • 8ca4362 only allow changebits between x86_64 and i386

📊 Changes

3 files changed (+19 additions, -14 deletions)

View changed files

📝 roles/netbootxyz/templates/menu/centos.ipxe.j2 (+6 -4)
📝 roles/netbootxyz/templates/menu/fedora.ipxe.j2 (+9 -7)
📝 roles/netbootxyz/templates/menu/menu.ipxe.j2 (+4 -3)

📄 Description

  1. Correct the ${arch} parameter for Fedora and CentOS, as they are called aarch64 in the URLs.
  2. Only allow changebits between x86_64 and i386 and ignore other values, to prevent problems on non-x86 architectures.

Tested on an ARM64 VM.


🔄 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/970 **Author:** [@hexchain](https://github.com/hexchain) **Created:** 8/27/2021 **Status:** ❌ Closed **Base:** `development` ← **Head:** `arm64-fedora` --- ### 📝 Commits (2) - [`58a6a16`](https://github.com/netbootxyz/netboot.xyz/commit/58a6a16c770fe79a6a9cb05bc753dcfa925cafa7) menu: fix the arch parameter for Fedora and CentOS - [`8ca4362`](https://github.com/netbootxyz/netboot.xyz/commit/8ca43623105b16e5c617fceb225c399e7bc25dc6) only allow changebits between x86_64 and i386 ### 📊 Changes **3 files changed** (+19 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `roles/netbootxyz/templates/menu/centos.ipxe.j2` (+6 -4) 📝 `roles/netbootxyz/templates/menu/fedora.ipxe.j2` (+9 -7) 📝 `roles/netbootxyz/templates/menu/menu.ipxe.j2` (+4 -3) </details> ### 📄 Description 1. Correct the `${arch}` parameter for Fedora and CentOS, as they are called `aarch64` in the URLs. 2. Only allow `changebits` between `x86_64` and `i386` and ignore other values, to prevent problems on non-x86 architectures. Tested on an ARM64 VM. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:54:52 +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#1243
No description provided.