What file creates the PXE boot file with the mac adress name?
-
Hi.
When I register my hosts from PXE boot and tells the host to image itself after registration. It puts files in /tftboot/pxelinux.cfg/ that the client later on uses to know what it is supposed to do. I would like to know what file that creates these files, since I want to make some minor adjustments.
// Joakim
-
I found it by making a Linux search.
The files are
[B]/var/www/fog/commons/functions.include.php[/B]
and
[B]/var/www/fog/management/lib/Host.class.php[/B]What I did since on the current server, was to define that shutdown= was always “on”
Now I can move the computers after imaging to their correct subnet so that when they boot they will join the correct domain.
// Joakim