FooDeas / raspberrypi-ua-netinst

RaspberryPi (minimal) unattended netinstaller
ISC License
220 stars 46 forks source link

Add 'use all systemd services' mode #186

Closed kpfleming closed 4 years ago

kpfleming commented 4 years ago

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):

Signed-off-by: Kevin P. Fleming kevin@km6g.us

kpfleming commented 4 years ago

This has been tested with both wired (eth0) and WiFi (wlan0) configurations on a 4B, with Debian Buster.

FooDeas commented 4 years ago

Thank you! I already noticed your PR and will add it (after changing the commit messages) soon.

kpfleming commented 4 years ago

Thanks! I'm happy to update the commit messages if there are changes you'd like to see.

kpfleming commented 4 years ago

I've just pushed a new version which corrects a bug when static IP addresses are used.