dhcpd.conf file gets rebuilt on every install
-
the installer says it is skipping setting up and starting dhcp:
* Setting up and starting DHCP Server.........................Skipped
and inside of /opt/fog/.fogsettings I have these two lines:
dodhcp="N"; bldhcp="0";
However every time I update FOG my /etc/dhcp/dhcpd.conf file gets rebuilt.
-
And while we are on the same topic, I’d like to see other configuration options added.
Like:
blexports="1"; #saying if it's OK to rebuild the exports file or not. Default to 1.
-
Installer shouldn’t rebuild dhcp and option to disable recreating the nfs file has been added. Use the -E or --no-exportbuild.
-
@Tom-Elliott Just updated. My dhcpd.conf file did not get recreated this time. And I see the new option in .fogsettings as well.
Nice.
-
This seems to be broke again.
I have
/opt/fog/.fogsettings bldhcp="0"
yet the/etc/dhcp/dhcpd.conf
file is being overwritten. -
@Wayne-Workman Pretty sure this is fixed.