Re: Unable to Set $DNSSRVS

2011-11-07 Diskussionsfäden Thomas Lange
> On Sun, 06 Nov 2011 11:57:52 -0500, n43w79 said: > And expect > /srv/fai/nfsroot/live/filesystem.dir/usr/lib/fai/create_resolv_conf(Quote): >for dnshost in $DNSSRVS ; do > echo "nameserver $dnshost" >>/etc/resolv.conf >done > to create /etc/resolv.co

Re: Unable to Set $DNSSRVS

2011-11-07 Diskussionsfäden n43w79
Instead of echo ...>> use ainsl(1). You must also use $target/etc/resolv.conf instead of /etc/resolv.conf Hi, Thomas, thanks! But the echo command is part of the file "create_resolv_conf" which came with FAI v3.4.7? I thought that is the file generates /etc/resolv.conf? No? Cheers!