﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
733	Make mention of resolv.conf in the book	nconantj@…	lfs-book@…	"The LFS book doesn't define how to set up the system to resolve domain names.  
A section for this should be added.

In order to resolve domain names, you must have a resolv.conf file in /etc 
defining at least one nameserver.  Command below (<yournameserver> is the DNS 
server either on the readers home network or defined by their ISP, on home 
network with router to outside, should be able to use the router IP):

cat > /etc/resolv.conf << ""EOF""
# Begin /etc/resolv.conf

nameserver <yournameserver>

# End /etc/resolv.conf
EOF"	defect	closed	lowest		Book	5.0	normal	fixed		
