[Fai-commit] r3384 - trunk/lib

fai-repository at svn.debian.org fai-repository at svn.debian.org
Sat Apr 8 17:57:36 UTC 2006


Author: lange
Date: 2006-04-08 17:57:35 +0000 (Sat, 08 Apr 2006)
New Revision: 3384

Modified:
   trunk/lib/subroutines-linux
Log:
remove bind mount, since packages in /files/packages are not supported
any more


Modified: trunk/lib/subroutines-linux
===================================================================
--- trunk/lib/subroutines-linux	2006-04-08 13:52:48 UTC (rev 3383)
+++ trunk/lib/subroutines-linux	2006-04-08 17:57:35 UTC (rev 3384)
@@ -145,9 +145,6 @@
 
     # maybe the base system is not up to date
     echo "Updating base"
-    # try to mount the config space, since it can also contain Debian Packages
-    # in /fai/files/packages 
-    [ "$FAI_ROOT" = "/" ] || mount --bind $FAI $FAI_ROOT/$FAI
     if [ "$debug" ]; then
 	updatebase | tee -a $LOGDIR/updatebase.log 2>&1
     else




More information about the Fai-commit mailing list