mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #173] RHEL support #1616
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#1616
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?
Originally created by @pgera on GitHub (Sep 1, 2017).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/173
Originally assigned to: @antonym on GitHub.
Since Centos works, RHEL should be quite similar. RHEL isos are publicly available at https://developers.redhat.com/products/rhel/download/ . One issue is that RHEL doesn't have a public mirror. So an intermediate step would be needed to go from ISO to vmlinuz, initrd etc.
Edit: Looks like the isos also need registration. So it probably won't work as is. Maybe a general template, where the user can provide a url to the mounted iso would be a better idea ? A generic template would also work for other RHEL products since they all use RHEL as the base system.
@antonym commented on GitHub (Sep 1, 2017):
Yeah, the licensed distros are tricky, so I had thought about doing RHEL and even VMware ESX the same way Windows is done, where you just specify the location of the extracted ISO and then it can kick off the installer for you without having to boot a CD.
If that would be useful, I can see about adding that.
@pgera commented on GitHub (Sep 2, 2017):
Yes, that would be useful. I was already able to use this by editing the centos template. So hopefully, it should be straightforward.
@antonym commented on GitHub (Sep 19, 2017):
Support added: https://github.com/antonym/netboot.xyz/pull/184