Solved Problems installing pkg

I have created a FreeBSD distribution for use with a PXE server for diskless booting.

I can boot up on the client without any problem, but would like to install a few pkgs into that distribution. Unfortunately there is no pkg system in my image, and when running pkg, I get an error msg:-

No address record.

I have tried setting PACKAGESITE but that made no difference.

Any suggestions?
 
"No address record" usually means the machine is unable to do DNS lookups. Make sure your /etc/resolv.conf is correct.
 
Back
Top