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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Embed Wi-Fi credentials in customized ISOs (#17)
* Embed Wi-Fi credentials in customized ISOs
- Replace the auth-key slot with fixed-size JSON configuration
- Configure optional WPA2/WPA3 Wi-Fi at boot via NetworkManager
- Add configuration validation, ISO verification, and UI support
* Make Wi-Fi setup fail-safe during boot
- Add a timeout-bounded Wi-Fi profile writer
- Keep Ethernet and Tailscale startup independent of Wi-Fi failures
- Expand ISO verification, configuration tests, and setup documentation
* Prefer Ethernet over configured Wi-Fi
- Document Ethernet-first routing with Wi-Fi fallback
- Clarify network behavior on the customization page