-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add headless_nm module #230
base: devel
Are you sure you want to change the base?
Conversation
* Since RPI nor Armbian have a possibility to change (WiFi) networks after initial flash, adding a solution that it makes it possible to generate a new 'preconfigured.nmconnection' (this one is generated by rpi-imager) * As discussed here guysoft#219 Signed-off-by: Stephan Wendel <me@stephanwe.de>
Thanks so much for doing that! It really helps me get it in. I was looking at a mountain of work and this reduces it drastically. What is blocking me from merging:
This is the one in the network module: This is the one in this PR: I guess it makes more sense to have that in the network module. |
Moving from #219 Todo:
|
Imho, having to much options is confusing endusers, if you want to keep all options it has to be decided beforehand by the developer of an image, so it needs to be extendend to set the option that has to be used.
In this case, I think you misinterpreted how it should work. its either not both! So either you use headless_nm or network module. They are not dependent of each other. |
@guysoft @foosel Regards Kwad |
I am working on it. You should have a PR to your PR soon |
Since RPI nor Armbian have a possibility to change (WiFi) networks after initial flash, adding a solution that it makes it possible to generate a new 'preconfigured.nmconnection' (this one is generated by rpi-imager)
As discussed here wpa_supplicant autoconfigure removed in bookworm but not replaced with other mechanism, breaking network module #219