mirror of
https://github.com/netbootxyz/netboot.xyz-docs.git
synced 2026-04-25 06:55:55 +03:00
[GH-ISSUE #112] Documentation: "kernel_params" option #19
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz-docs#19
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 @vielmetti on GitHub (May 23, 2024).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz-docs/issues/112
Is your feature request related to a problem? Please describe.
In
github.com/netbootxyz/netboot.xyz@be90bb7c76there is an additional option "kernel_params" that was added, but I don't see any documentation for it.We have a need in some circumstances to override the console location and configuration on some systems, it looks plausible that the "kernel_params" option might provide that capability but I'm unclear as to how it's intended to be used.
Describe the solution you'd like
Brief documentation on how to use the "kernel_params" option to override kernel defaults, and some worked out use cases where that makes sense.
Describe alternatives you've considered
The other thing that had come up in discussion was a request specifically to parameterize the TTY console options, but if there's a more general way to do it that already works we can follow that path.
Additional context