[PR #226] [CLOSED] Update ipfire.ipxe #2257

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/226
Author: @Firminator
Created: 3/17/2018
Status: Closed

Base: masterHead: patch-2


📝 Commits (1)

📊 Changes

1 file changed (+11 additions, -4 deletions)

View changed files

📝 src/ipfire.ipxe (+11 -4)

📄 Description

  • Added latest release
  • Added dates
  • Added Website and Download links

How do you change the boot architecture from x86_64 to i586 so that the download path can be adjusted? I see different approaches as I try to understand the code... plus we have i386, i686, and in this case i586. Would the archlinux.ipxe be a working and up to date template for the boot architecture variable determination (iseq ${arch} i386 && set bootarch i586 || set bootarch x86_64)?

I think || goto linux_menu does cause an error and needs to be removed. Not sure though.


🔄 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/226 **Author:** [@Firminator](https://github.com/Firminator) **Created:** 3/17/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`da41a60`](https://github.com/netbootxyz/netboot.xyz/commit/da41a609105d1779182997e5cc8cd2c830a692e8) Update ipfire.ipxe ### 📊 Changes **1 file changed** (+11 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/ipfire.ipxe` (+11 -4) </details> ### 📄 Description * Added latest release * Added dates * Added Website and Download links How do you change the boot architecture from x86_64 to i586 so that the download path can be adjusted? I see different approaches as I try to understand the code... plus we have i386, i686, and in this case i586. Would the archlinux.ipxe be a working and up to date template for the boot architecture variable determination (iseq ${arch} i386 && set bootarch i586 || set bootarch x86_64)? I think `|| goto linux_menu` does cause an error and needs to be removed. Not sure though. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:39:22 +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#2257
No description provided.