[Fai-commit] r3341 - trunk/examples/simple/scripts/FAIBASE

fai-repository at svn.debian.org fai-repository at svn.debian.org
Tue Mar 28 16:20:16 UTC 2006


Author: lange
Date: 2006-03-28 16:20:16 +0000 (Tue, 28 Mar 2006)
New Revision: 3341

Modified:
   trunk/examples/simple/scripts/FAIBASE/10-misc
Log:
remove code that checks /fai/file/packages dir


Modified: trunk/examples/simple/scripts/FAIBASE/10-misc
===================================================================
--- trunk/examples/simple/scripts/FAIBASE/10-misc	2006-03-28 15:43:55 UTC (rev 3340)
+++ trunk/examples/simple/scripts/FAIBASE/10-misc	2006-03-28 16:20:16 UTC (rev 3341)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# (c) Thomas Lange, 2001-2005, lange at debian.org
+# (c) Thomas Lange, 2001-2006, lange at debian.org
 
 error=0 ; trap "error=$((error|1))" ERR
 
@@ -17,14 +17,6 @@
     tune2fs -c 0 -i 0 $part
 done
 
-# assuming that make-fai-nfsroot.conf sets
-# FAI_LOCAL_REPOSITORY="deb file:/fai/files packages/"
-# install additional packags that are located in /fai/files/packages/
-if [ -d /fai/files/packages ] && [ ! -f /fai/files/packages/Packages.gz ]; then
-    # Mm. It seems not to be a simple repository. I assume it's configured in sources.list
-    echo "WARNING! Index file Packages.gz is missing in /fai/files/packages."
-fi
-
 fcopy /etc/hostname || echo $HOSTNAME     > $target/etc/hostname
 echo $time_zone    > $target/etc/timezone
 ln -fs /usr/share/zoneinfo/${time_zone} $target/etc/localtime




More information about the Fai-commit mailing list