[Fai-commit] r4324 - trunk/bin
lange at alioth.debian.org
lange at alioth.debian.org
Tue Jun 12 20:14:34 UTC 2007
Author: lange
Date: 2007-06-12 20:14:34 +0000 (Tue, 12 Jun 2007)
New Revision: 4324
Modified:
trunk/bin/make-fai-nfsroot
Log:
we do not need that many versions of resolv.conf
Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot 2007-06-12 20:10:58 UTC (rev 4323)
+++ trunk/bin/make-fai-nfsroot 2007-06-12 20:14:34 UTC (rev 4324)
@@ -279,8 +279,7 @@
[ -d "var/lib/discover" ] || mkdir var/lib/discover
[ -d "var/discover" ] || mkdir var/discover
mkdir etc/sysconfig tmp/etc
- cp -p /etc/resolv.conf tmp/etc # so we have DNS after chroot $NFSROOT on the install server
- ln -sf /tmp/etc/resolv.conf etc/resolv.conf
+# ln -sf /tmp/etc/resolv.conf etc/resolv.conf
ln -s /usr/sbin/fai etc/init.d/rcS
# for nis
# [ -d var/yp ] && ln -s /tmp/binding var/yp/binding
More information about the Fai-commit
mailing list