[PC-BSD Commits] r5257 - pcbsd/trunk/pc-sysinstall/backend
svn at pcbsd.org
svn at pcbsd.org
Sat Dec 5 11:46:48 PST 2009
Author: kris
Date: 2009-12-05 11:46:47 -0800 (Sat, 05 Dec 2009)
New Revision: 5257
Modified:
pcbsd/trunk/pc-sysinstall/backend/functions.sh
Log:
When a failure occurs, show the logfile location
Modified: pcbsd/trunk/pc-sysinstall/backend/functions.sh
===================================================================
--- pcbsd/trunk/pc-sysinstall/backend/functions.sh 2009-12-05 19:45:35 UTC (rev 5256)
+++ pcbsd/trunk/pc-sysinstall/backend/functions.sh 2009-12-05 19:46:47 UTC (rev 5257)
@@ -68,6 +68,8 @@
# Save this error to the log file
echo "${1}" >>$LOGOUT
+ echo "For more details see log file: $LOGOUT"
+
# Check if we need to unmount any file-systems after this failure
unmount_all_filesystems_failure
More information about the Commits
mailing list