-
Notifications
You must be signed in to change notification settings - Fork 262
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
Support updating wifi from /boot #706
Comments
The other option I see relates to cloud-init, which supports |
See previous discussion on RPi-Distro/raspberrypi-sys-mods#82 |
I don't think this is the right repo for this. This is all very specific to raspberry pi os and none of this functionality was ever provided by rpi-imager itself. |
Yeah, it’s a bit hard to find where raspberry pi OS actually defines firstboot.sh - should I open in pi-gen or is there another location? |
See the discussion in raspberrypi/bookworm-feedback#72 |
With the migration to networkmanager, we lost the ability to easily update wifi credentials by mounting /boot/ and writing a wpa_supplicant.conf file.
I'd like to bring this back in whatever the most appropriate manner.
Was thinking of just adding
mv /boot/*.nmconnection /etc/NetworkManager/system-connections
to firstrun.sh, but wanted to start a small discussion to make sure this is the best way for the rpi team and community first.The text was updated successfully, but these errors were encountered: