I wanted to be able to deploy my potos client without wired connection.
These are the minimal fixes I need so that cloud-init/autoinstall etc. can work over wifi.
WARNING: this still needs a manual intervention: When the installer is done and
firstboot asks for the initial keyboard setting, I have to manually add the WLAN
(via Network-Manager) so that the ansible setup can use the WLAN. This WLAN
stays configured after the first boot as system WLAN (i.e. usable by all users).
So some curtin code to configure the WLAN via network manager (and not
via netplan that is unavailable to a non root user later) would be nice to
make this feature really production ready.
Description
I wanted to be able to deploy my potos client without wired connection.
These are the minimal fixes I need so that cloud-init/autoinstall etc. can work over wifi.
WARNING: this still needs a manual intervention: When the installer is done and firstboot asks for the initial keyboard setting, I have to manually add the WLAN (via Network-Manager) so that the
ansible
setup can use the WLAN. This WLAN stays configured after the first boot as system WLAN (i.e. usable by all users).So some
curtin
code to configure the WLAN via network manager (and not via netplan that is unavailable to a non root user later) would be nice to make this feature really production ready.Dependencies
none