[Fai-commit] r3345 - trunk/bin

fai-repository at svn.debian.org fai-repository at svn.debian.org
Wed Mar 29 12:55:04 UTC 2006


Author: lange
Date: 2006-03-29 12:55:03 +0000 (Wed, 29 Mar 2006)
New Revision: 3345

Modified:
   trunk/bin/make-fai-nfsroot
Log:
do not abort if $FAI_LOCAL_REPOSITORY is not set


Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2006-03-28 16:27:32 UTC (rev 3344)
+++ trunk/bin/make-fai-nfsroot	2006-03-29 12:55:03 UTC (rev 3345)
@@ -305,7 +305,7 @@
     chmod a+rx $NFSROOT/etc/rc2.d/S01fai_abort
 
     # IMO this may be removed, since all information should be included into sources.list
-    [ -n "$FAI_LOCAL_REPOSITORY" ] && echo "WARNING: The use of \$FAI_LOCAL_REPOSITORY is now deprecated. Please include this information into sources.list."
+    [ -n "$FAI_LOCAL_REPOSITORY" ] && echo "WARNING: The use of \$FAI_LOCAL_REPOSITORY is now deprecated. Please include this information into sources.list." || true
 }
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 upgrade_nfsroot() {




More information about the Fai-commit mailing list