NFSROOT_ETC_HOSTS seems to be only able to except one line....
Thomas Lange
lange at informatik.Uni-Koeln.DE
Wed Jul 30 11:27:27 CEST 2003
>>>>> On Tue, 29 Jul 2003 10:14:01 -0400 (EDT), Walter Tautz <wtautz at math.uwaterloo.ca> said:
> I have tried this but it doesn't work...really. at least in
> 2.4.1 it doesn't perhaps
> NFSROOT_ETC_HOSTS="xxx xxxx xxx yyy yyy yyyy"
Oh. You're right. But now it's fixed.
Just one line in make-fai-nfsroot has to be changed.
176c176
< echo $NFSROOT_ETC_HOSTS >> etc/hosts
---
> echo "$NFSROOT_ETC_HOSTS" >> etc/hosts
--
regards Thomas
More information about the linux-fai
mailing list