mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[PR #343] [MERGED] Static IP support #795
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#795
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/343
Author: @patrakov
Created: 7/13/2019
Status: ✅ Merged
Merged: 7/31/2019
Merged by: @antonym
Base:
master← Head:static-ip-support📝 Commits (5)
a0e2922Add static IP support for RedHat variants082abbbAdd static IP support for Arch Linux77e6a2aAdd static IP support for Mageiaea42069Add static IP support for Alpine Linux2916f31Add static IP support for OpenSUSE📊 Changes
8 files changed (+92 additions, -8 deletions)
View changed files
📝
src/alpinelinux.ipxe(+3 -1)📝
src/archlinux.ipxe(+14 -1)📝
src/centos.ipxe(+4 -1)📝
src/fedora.ipxe(+4 -1)📝
src/mageia.ipxe(+4 -1)📝
src/opensuse.ipxe(+55 -1)📝
src/rhel.ipxe(+4 -1)📝
src/scientific.ipxe(+4 -1)📄 Description
See #342 but this pull request is not limited to CentOS.
I have verified that all Linux distributions offered by linux.ipxe. Status with the static IP configured via the failsafe menu:
Regarding Gentoo, the snapshot offered is very old, and it is possible to use third-party live/rescue Linux systems to install Gentoo anyway. So - maybe drop it?
Regarding rescue tools offered by netboot.xyz, I have not tested them. It's possible that they require similar fixes. However, before working on them, I would like to confirm whether the general approach is OK.
Oh, and there seems to be a variable, ${netcfg}, in Debian-related iPXE files, but I can't find a place where it is set.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.