[PC-BSD Commits] r7424 - pcbsd/current/mfsroot-overlay/root
svn at pcbsd.org
svn at pcbsd.org
Mon Aug 23 12:15:47 PDT 2010
Author: kris
Date: 2010-08-23 12:15:47 -0700 (Mon, 23 Aug 2010)
New Revision: 7424
Modified:
pcbsd/current/mfsroot-overlay/root/.xinitrc
pcbsd/current/mfsroot-overlay/root/PCBSDStart.sh
Log:
Updated our mfsroot scripts to use pc-sysinstaller instead of old SysInstaller
Modified: pcbsd/current/mfsroot-overlay/root/.xinitrc
===================================================================
--- pcbsd/current/mfsroot-overlay/root/.xinitrc 2010-08-23 19:11:07 UTC (rev 7423)
+++ pcbsd/current/mfsroot-overlay/root/.xinitrc 2010-08-23 19:15:47 UTC (rev 7424)
@@ -17,5 +17,5 @@
xset -dpms
# Start the installer
-/PCBSD/SysInstaller/bin/SysInstaller 2>/tmp/.SysInstall.log
+/usr/local/bin/pc-sysinstaller 2>/tmp/.SysInstall.log
echo "$?" > /root/.exitStatus
Modified: pcbsd/current/mfsroot-overlay/root/PCBSDStart.sh
===================================================================
--- pcbsd/current/mfsroot-overlay/root/PCBSDStart.sh 2010-08-23 19:11:07 UTC (rev 7423)
+++ pcbsd/current/mfsroot-overlay/root/PCBSDStart.sh 2010-08-23 19:15:47 UTC (rev 7424)
@@ -32,9 +32,6 @@
exit 0
fi
-# Mount our SysInstaller with nullfs, makes them writable and able to debug
-mount_nullfs /root/SysInstaller /usr/PCBSD/SysInstaller
-
# Check if we have an auto-install directive
if [ -e "/tmp/pc-autoinstall.conf" ]
then
More information about the Commits
mailing list