[PC-BSD Commits] r5235 - pcbsd/trunk/mfsroot-overlay/root
svn at pcbsd.org
svn at pcbsd.org
Fri Dec 4 09:19:25 PST 2009
Author: kris
Date: 2009-12-04 09:19:25 -0800 (Fri, 04 Dec 2009)
New Revision: 5235
Modified:
pcbsd/trunk/mfsroot-overlay/root/PCBSDStart.sh
Log:
Updated startup script on 8.0 mfsroot image, now we can easily debug pc-sysinstall
Modified: pcbsd/trunk/mfsroot-overlay/root/PCBSDStart.sh
===================================================================
--- pcbsd/trunk/mfsroot-overlay/root/PCBSDStart.sh 2009-12-04 16:54:18 UTC (rev 5234)
+++ pcbsd/trunk/mfsroot-overlay/root/PCBSDStart.sh 2009-12-04 17:19:25 UTC (rev 5235)
@@ -13,8 +13,12 @@
ln -s /tmp/vartmp /var/tmp
# Make /usr/PCBSD link
-ln -s /usr/PCBSD /PCBSD
+ln -s /usr/PCBSD /PCBSD >/dev/null 2>/dev/null
+# Mount our pc-sysinstall && SysInstaller with nullfs, makes them writable and able to debug
+mount_nullfs /root/SysInstaller /usr/PCBSD/SysInstaller
+mount_nullfs /root/pc-sysinstall /usr/PCBSD/pc-sysinstall
+
# Check if we are booting in LIVE or INSTALL mode
bootlive="NO"
l=`/bin/kenv boot_livedvd 2>/dev/null`
More information about the Commits
mailing list