mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1154] Incorret text install parameter on RHEL-based distros #1853
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#1853
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 @ArclightMat on GitHub (Sep 13, 2022).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1154
Originally assigned to: @antonym on GitHub.
Describe the bug
RHEL and its clones have changed the installer parameters, they must be prefixed with "inst." now.
The current configuration uses "text" instead of "inst.text", and support for the old flag is deprecated.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Anancoda would show the text-based installer options.
Screenshots

Additional context

I'm using the ARM64 version, but I believe the problem also affects x86.
Fedora also uses Anaconda, and it seems to have the correct flag set:
@antonym commented on GitHub (Sep 13, 2022):
Thanks!