[Fai-commit] r4174 - trunk/debian

Thomas Lange lange at alioth.debian.org
Mon Nov 27 20:13:31 CET 2006


Author: lange
Date: 2006-11-27 20:13:30 +0100 (Mon, 27 Nov 2006)
New Revision: 4174

Modified:
   trunk/debian/fai-server.postinst
Log:
change message


Modified: trunk/debian/fai-server.postinst
===================================================================
--- trunk/debian/fai-server.postinst	2006-11-27 18:39:13 UTC (rev 4173)
+++ trunk/debian/fai-server.postinst	2006-11-27 19:13:30 UTC (rev 4174)
@@ -5,7 +5,7 @@
 # postinst -- setup fai
 #
 # This script is part of FAI (Fully Automatic Installation)
-# Copyright (c) 2000-2005 by Thomas Lange, Universitaet zu Koeln
+# Copyright (c) 2000-2006 by Thomas Lange, Universitaet zu Koeln
 #*********************************************************************
 #
 # see: dh_installdeb(1)
@@ -35,8 +35,9 @@
     configure)
 
 	[ -d /srv/tftp/fai ] || mkdir -p /srv/tftp/fai
-        echo "Now edit fai.conf, make-fai-nfsroot.conf and sources.list in /etc/fai and call fai-setup."
-	echo "Especially, you'll have to replace the placeholder INSTALLSERVER in /etc/fai/fai.conf."
+        echo "You might want to edit fai.conf and make-fai-nfsroot.conf in /etc/fai or"
+	echo "go with the defaults. You should edit /etc/fai/apt/sources.list"
+	echo "for faster access to a package repository."
         ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)




More information about the Fai-commit mailing list