You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
I feel like the webboot UI could actually include network configuration. Ethernet is the happy path anyway. Wi-fi is much more involved.
However, it would also stretch the scope of the project very much. It has already grown quite a bit with the shift from CLI to GUI.
It's now more about user interface design. My gut feeling is that just calling dhclient programmatically and asynchronously in the background (is that what Goroutines are good for?) is good enough, and printing the network config state in a status bar of some sort would be simple feedback to the user. That's the little downside of networked applications - having to deal with said network. 🙃 Anyway, users would be able to exit and just do their custom setup. So webboot should check whether ethernet or wi-fi adapters have an IP address configured on launch already. WDYT?
Describe the bug
If you do not drop down to the shell and run "dhclient" before running "webboot", you will not be able to connect to the network.
To Reproduce
Reproducible in QEMU with the RR script.
Expected behavior
The webboot command should automatically acquire a DHCP lease.
The text was updated successfully, but these errors were encountered: