Closed kpfleming closed 4 years ago
This has been tested with both wired (eth0) and WiFi (wlan0) configurations on a 4B, with Debian Buster.
Thank you! I already noticed your PR and will add it (after changing the commit messages) soon.
Thanks! I'm happy to update the commit messages if there are changes you'd like to see.
I've just pushed a new version which corrects a bug when static IP addresses are used.
This patch adds a 'use_systemd_services' configuration option. If this option is enabled and the installer will be installing systemd in the target system (not sysvinit), then the following changes will be made in the target system (compared to the default mode):
ifupdown, ntp, dhcpcd, fake-hwclock, etc. will not be installed
systemd-networkd will be used to configure and manage the network
systemd-resolved will be used for DNS resolution
systemd-timesyncd will be used for time synchronization (and fake hardware clock handling on systems which do not have an RTC)
Signed-off-by: Kevin P. Fleming kevin@km6g.us