I guess so there is a thinclient contrib to go with it.
It seems these contribs are for booting thin clients.
FOG will download an image to a pxe client, making it a free opensource Ghost replacement:
http://www.fogproject.org/wiki/index.php?title=FOGUserGuide#Background_on_FOGI'm not punting FOG here, just looking for a bit of help in sorting out our DHCP environment.
We wish to keep the DHCP service as currently supplied by our SME server, so have disabled DHCP on the FOG server.
All I'm asking, please, is where (in templates-custom) a more experienced SME admin would place the following DHCP statement:
if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
next-server x.x.x.x;
filename "pxelinux.0";
};
Simply adding a host entry to SME's host panel is insufficient, I believe, although I've done that.
The FOG wiki indicates the above addition, but they aren't aware of SME's custom templating, so cannot assist me any further.