Hi everyone,
I'm trying to perform a FreeBSD 9.X network installation using PXE+TFTP (not NFS)! The problem using NFS is the need to specify the root-path in the dhcpd.conf, therefore we can't deploy multiple releases or different images of FreeBSD. So to enable TFTP instead of NFS we have to edit make.conf with these lines:
and rebuild the pxeboot file
1st question is: Is this modification going to allow the install of different FreeBSD images?
Note that I'm using an automated OS deployment solution, and I am using MAC adresses to deploy FreeBSD depending on policies, so for example two clients with different MAC adresses will have two different FreeBSD images.
Thanks in advance for your help!
I'm trying to perform a FreeBSD 9.X network installation using PXE+TFTP (not NFS)! The problem using NFS is the need to specify the root-path in the dhcpd.conf, therefore we can't deploy multiple releases or different images of FreeBSD. So to enable TFTP instead of NFS we have to edit make.conf with these lines:
Code:
LOADER_TFTP_SUPPORT=YES
LOADER_NFS_SUPPORT=NO
1st question is: Is this modification going to allow the install of different FreeBSD images?
Note that I'm using an automated OS deployment solution, and I am using MAC adresses to deploy FreeBSD depending on policies, so for example two clients with different MAC adresses will have two different FreeBSD images.
Thanks in advance for your help!