[Fai-commit] r3866 - trunk/bin
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Tue Sep 5 16:16:13 UTC 2006
Author: lange
Date: 2006-09-05 16:16:12 +0000 (Tue, 05 Sep 2006)
New Revision: 3866
Modified:
trunk/bin/make-fai-nfsroot
Log:
install fai-nfsroot before other packages are installed
do not divert start-stop-daemon,
Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot 2006-09-05 16:14:27 UTC (rev 3865)
+++ trunk/bin/make-fai-nfsroot 2006-09-05 16:16:12 UTC (rev 3866)
@@ -300,13 +300,12 @@
cp -p $v /etc/resolv.conf $NFSROOT/etc/resolv.conf # this is needed during make-fai-nfsroot
fi
$ROOTCMD apt-get update
- $ROOTCMD apt-get -fyu install
+ $ROOTCMD apt-get -fy install fai-nfsroot
$ROOTCMD apt-get check
rm -rf $NFSROOT/etc/apm
mount -t proc /proc $NFSROOT/proc
- fdivert /sbin/start-stop-daemon /sbin/discover-modprobe
- cp -p /sbin/fai-start-stop-daemon $NFSROOT/sbin/start-stop-daemon
+ fdivert /sbin/discover-modprobe
$ROOTCMD apt-get -y dist-upgrade
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
More information about the Fai-commit
mailing list