[Fai-commit] r3139 - trunk/lib

fai-repository at svn.debian.org fai-repository at svn.debian.org
Sun Dec 4 12:49:06 UTC 2005


Author: lange
Date: 2005-12-04 12:49:05 +0000 (Sun, 04 Dec 2005)
New Revision: 3139

Modified:
   trunk/lib/subroutines-linux
Log:
change warning message


Modified: trunk/lib/subroutines-linux
===================================================================
--- trunk/lib/subroutines-linux	2005-12-03 14:16:20 UTC (rev 3138)
+++ trunk/lib/subroutines-linux	2005-12-04 12:49:05 UTC (rev 3139)
@@ -206,7 +206,7 @@
 	$frsh true >/dev/null 2>&1
 	if [ $? -ne 0 ]; then
 	    terror=3
-	    echo "Error: $frsh failed."
+	    echo "WARNING: $frsh failed. Can't call fai-chboot on the install server."
 	else
 	    # remove pxe config, so host will use default and boot from local disk
 	    $frsh /usr/sbin/fai-chboot -r $hostname




More information about the Fai-commit mailing list