FOGProject / fogproject

An open source computer cloning & management system
https://fogproject.org
GNU General Public License v3.0
1.09k stars 221 forks source link

Debian Bullseye installs DHCP packages when "no" is given for DHCP #510

Closed wayneworkman closed 1 year ago

wayneworkman commented 1 year ago

See this forum thread for details: https://forums.fogproject.org/topic/16565/installing-1-5-9-on-debian-bullseye-fails/2

When using dev-branch on Debian Bullseye, you say "no" for setting up DHCP, the installation script still installs the DHCP packages but does not configure or enable a DHCP server.

The bug is that the DHCP packages are installed but should not be.

Sebastian-Roth commented 1 year ago

I am pretty sure it has been like that for a long time. Not specific to Debian but on all distros and versions I reckon.

The very same is true for other packages on storage nodes (e.g. mariadb/mysql, FOGImageReplication service installed and activated by default).

So I am wondering if it's worth adding more logic to the installer script to prevent from installing dhcpd?

lukebarone commented 1 year ago

I'll take a crack at this if no one else is working on it.

Sebastian-Roth commented 1 year ago

This is fixed, thanks to @lukebarone.