[Fai-commit] r3301 - trunk/debian
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Tue Mar 21 16:11:52 UTC 2006
Author: lange
Date: 2006-03-21 16:11:51 +0000 (Tue, 21 Mar 2006)
New Revision: 3301
Modified:
trunk/debian/fai-nfsroot.preinst
Log:
change error message
Modified: trunk/debian/fai-nfsroot.preinst
===================================================================
--- trunk/debian/fai-nfsroot.preinst 2006-03-21 16:08:12 UTC (rev 3300)
+++ trunk/debian/fai-nfsroot.preinst 2006-03-21 16:11:51 UTC (rev 3301)
@@ -1,7 +1,7 @@
#!/bin/sh -e
if [ ! -f /.THIS_IS_THE_FAI_NFSROOT ]; then
- echo "I'm only installable in a FAI nfsroot."
+ echo "ERROR: The package fai-nfsroot can only be installed inside the nfsroot."
exit 1
fi
More information about the Fai-commit
mailing list