mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[PR #226] [CLOSED] Update ipfire.ipxe #719
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#719
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netbootxyz/netboot.xyz/pull/226
Author: @Firminator
Created: 3/17/2018
Status: ❌ Closed
Base:
master← Head:patch-2📝 Commits (1)
da41a60Update ipfire.ipxe📊 Changes
1 file changed (+11 additions, -4 deletions)
View changed files
📝
src/ipfire.ipxe(+11 -4)📄 Description
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_menudoes 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.