I currently have a small PXE server running and it works fine. The only issue is that the clients seem to be running their OS from the server itself. Eventually this will become a server supporting about 50 clients. I need to keep as much network traffic off the network as possible. How can I build the image so that the clients run everything from their own RAM Disk rather than the NFS server?
Thanks.