Open
Description
Related #1668
Our static IP address scripts make changes directly to /etc/dhcpcd.conf
, but Raspberry Pi OS Bookworm uses NetworkManager
instead of dhcpcd
. We should update our scripts to use nmcli
and ip
.
Related #1668
Our static IP address scripts make changes directly to /etc/dhcpcd.conf
, but Raspberry Pi OS Bookworm uses NetworkManager
instead of dhcpcd
. We should update our scripts to use nmcli
and ip
.