Foreman 2.5.1 / Katello 4.1 - dhcpd.leases with supersede server.next-server = "false"

There is always a --reset-$OPTION parameter, so in this case --reset-foreman-proxy-tftp-servername

Editing the answers file directly is we, the installer maintainers, strongly discourage. This is also the reason why we’ve discussed moving the answers file to /var/lib/foreman-installer, just to indicate how it should be treated.

1 Like

I can confirm it works. I have created a new system and tested without and with the patch.

host dewey-zerger.localdomain {
  dynamic;
  hardware ethernet 52:54:00:83:7d:f1;
  fixed-address 192.168.142.104;
        supersede server.filename = "pxelinux.0";
        supersede server.next-server = "false";
        supersede host-name = "dewey-zerger.localdomain";
}
host amos-latouche.localdomain {
  dynamic;
  hardware ethernet 52:54:00:83:7d:f2;
  fixed-address 192.168.142.120;
        supersede server.filename = "pxelinux.0";
        supersede server.next-server = c0:a8:8e:02;
        supersede host-name = "amos-latouche.localdomain";
}
4 Likes