[Fai-commit] r5432 - trunk/bin

Thomas Lange lange at alioth.debian.org
Sun Jul 19 09:02:09 UTC 2009


Author: lange
Date: 2009-07-19 09:02:06 +0000 (Sun, 19 Jul 2009)
New Revision: 5432

Modified:
   trunk/bin/make-fai-nfsroot
Log:
fix wrong filename in warning message


Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2009-07-18 18:29:16 UTC (rev 5431)
+++ trunk/bin/make-fai-nfsroot	2009-07-19 09:02:06 UTC (rev 5432)
@@ -137,7 +137,7 @@
 [ -n "$NFSROOT_PACKAGES" ] && die "The use of \$NFSROOT_PACKAGES in make-fai-nfsroot.conf is now deprecated. Please include this information into $cfdir/NFSROOT."
 [ -n "$FAI_SOURCES_LIST" ] && die "The use of \$FAI_SOURCES_LIST is deprecated. Please use sources.list now."
 
-[ -z "$NFSROOT" ] && die "\$NFSROOT is not set. Please check your settings in $cfdir/fai.conf."
+[ -z "$NFSROOT" ] && die "\$NFSROOT is not set. Please check your settings in $cfdir/make-fai-nfsroot.conf."
 [ -z "$TFTPROOT" ] && badupdateto32 "\$TFTPROOT is not set. Please check your settings in $cfdir/make-fai-nfsroot.conf."
 [ -n "$KERNELPACKAGE" ] && badupdateto32 "The use of \$KERNELPACKAGE is deprecated. Please use $cfdir/NFSROOT now."
 [ ! -d "$cfdir/apt" ] && die "$cfdir/apt/ does not exists. Can't continue."




More information about the Fai-commit mailing list