[Fai-commit] r3289 - trunk/bin
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Fri Mar 17 14:33:06 UTC 2006
Author: lange
Date: 2006-03-17 14:33:05 +0000 (Fri, 17 Mar 2006)
New Revision: 3289
Modified:
trunk/bin/make-fai-nfsroot
Log:
remove update-modules call
Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot 2006-03-11 16:20:09 UTC (rev 3288)
+++ trunk/bin/make-fai-nfsroot 2006-03-17 14:33:05 UTC (rev 3289)
@@ -160,10 +160,6 @@
echo "do_boot_enable=no" > $NFSROOT/etc/kernel-img.conf
dpkg -x $KERNELPACKAGE $NFSROOT
echo "Kernel $KERNELVERSION installed into the nfsroot."
- # if $NFROOT/proc/modules exists, then update-modules calls depmod -a without
- # these special flags; so umount first
- [ -e $NFSROOT/proc/modules ] && umount $NFSROOT/proc
- chroot $NFSROOT update-modules
chroot $NFSROOT depmod -qaF /boot/System.map-$KERNELVERSION $KERNELVERSION || true
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
More information about the Fai-commit
mailing list