[PC-BSD Commits] r6452 - pcbsd/trunk/mfsroot-overlay/root
svn at pcbsd.org
svn at pcbsd.org
Fri Mar 26 12:23:07 PDT 2010
Author: kris
Date: 2010-03-26 12:23:07 -0700 (Fri, 26 Mar 2010)
New Revision: 6452
Modified:
pcbsd/trunk/mfsroot-overlay/root/.xinitrc
Log:
Save output of SysInstaller, that way we can watch for any potential seg faults
Modified: pcbsd/trunk/mfsroot-overlay/root/.xinitrc
===================================================================
--- pcbsd/trunk/mfsroot-overlay/root/.xinitrc 2010-03-26 19:22:07 UTC (rev 6451)
+++ pcbsd/trunk/mfsroot-overlay/root/.xinitrc 2010-03-26 19:23:07 UTC (rev 6452)
@@ -17,5 +17,5 @@
xset -dpms
# Start the installer
-/PCBSD/SysInstaller/bin/SysInstaller
+/PCBSD/SysInstaller/bin/SysInstaller 2>/tmp/.SysInstall.log
echo "$?" > /root/.exitStatus
More information about the Commits
mailing list