mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1441] SystemRescue: Alternative mode with "rootpass=MAC_ADDRESS" #456
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#456
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 @lars18th on GitHub (Mar 26, 2024).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1441
Is your feature request related to a problem? Please describe.
The System Rescue CD (inside the Tools menu) has the SSH server enabled by default. However, the password is not set. To enable it you can use the
rootpassboot parameter. The idea is to set this parameter optionally as the value of the mac address.Describe the solution you'd like
The solution is very straightforward, and it's described here: #1440 . We only need to enable a secondary entry in the menu that enables the parameter.
Describe alternatives you've considered
The alternative is to use a custom.ipxe menu. However, this seems to be unnecessary as the suggestion is simple, easy to implement, and doesn't break the security because it will add a new entry, that prints the password. Therefore, it will only be enabled if the user wants it.
Additional context
I hope the developers agree with this suggestion and will implement it soon.
@lars18th commented on GitHub (Apr 3, 2024):
Hi @antonym (and other developers),
Please could you add this simple enhancement (#1440) ?
Thank you.
@antonym commented on GitHub (Aug 9, 2024):
Implemented