projectpotos / potos-iso-builder

Potos Installation Boot Image
GNU General Public License v3.0
2 stars 6 forks source link

feat: install over wifi #43

Closed nis65 closed 1 year ago

nis65 commented 1 year ago

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

nis65 commented 1 year ago

@marcelw, better now?