AlmaLinux / raspberry-pi

AlmaLinux Raspberry Pi
122 stars 17 forks source link

More native Raspberry Pi support #29

Closed metalefty closed 1 year ago

metalefty commented 1 year ago

Resolves: #13

Wi-Fi configuration on first boot by network-config is not working due to cloud-init bug until we get cloud-init updated to 22.2. However, it is possible in an alternative way. Add the following configuration in user-data instead.

runcmd:
  - [ nmcli, dev, wifi, connect, SSID_TO_CONNECT, password, WI_FI_PASSWORD]

While here, I made some the following additional changes:

I'll update documentation later.

metalefty commented 1 year ago

BTW, could you merge with a merge commit rather than squashing? I would like to commit history of each commit.

metalefty commented 1 year ago

Some adjustments are needed for GNOME. gnome-initial-setup is not ignited due to existence of the default user almalinux. Others are working fine for me.