[PC-BSD Commits] r8062 - pcbsd/current/mfsroot-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Mon Nov 22 15:10:52 PST 2010
Author: kris
Date: 2010-11-22 15:10:52 -0800 (Mon, 22 Nov 2010)
New Revision: 8062
Modified:
pcbsd/current/mfsroot-overlay/etc/SetupInstall.sh
pcbsd/current/mfsroot-overlay/etc/SetupLive.sh
Log:
Make sure triggers for no freebsd release files get copied over
Modified: pcbsd/current/mfsroot-overlay/etc/SetupInstall.sh
===================================================================
--- pcbsd/current/mfsroot-overlay/etc/SetupInstall.sh 2010-11-22 20:14:42 UTC (rev 8061)
+++ pcbsd/current/mfsroot-overlay/etc/SetupInstall.sh 2010-11-22 23:10:52 UTC (rev 8062)
@@ -22,6 +22,7 @@
# See if we have install / meta pkgs for the front-end to use
if [ -e "/cdmnt/no-meta-pkgs" ] ; then touch /tmp/no-meta-pkgs ; fi
if [ -e "/cdmnt/no-install-pkgs" ] ; then touch /tmp/no-install-pkgs ; fi
+if [ -e "/cdmnt/no-fbsd-release" ] ; then touch /tmp/no-fbsd-release ; fi
# Check if we have a pc-autoinstall.conf file
if [ -e "/cdmnt/boot/pc-autoinstall.conf" ]
Modified: pcbsd/current/mfsroot-overlay/etc/SetupLive.sh
===================================================================
--- pcbsd/current/mfsroot-overlay/etc/SetupLive.sh 2010-11-22 20:14:42 UTC (rev 8061)
+++ pcbsd/current/mfsroot-overlay/etc/SetupLive.sh 2010-11-22 23:10:52 UTC (rev 8062)
@@ -43,6 +43,7 @@
# See if we have install / meta pkgs for the front-end to use
if [ -e "/cdmnt/no-meta-pkgs" ] ; then touch /tmp/no-meta-pkgs ; fi
if [ -e "/cdmnt/no-install-pkgs" ] ; then touch /tmp/no-install-pkgs ; fi
+if [ -e "/cdmnt/no-fbsd-release" ] ; then touch /tmp/no-fbsd-release ; fi
# Now make /PCBSD sym-links
rm /usr/PCBSD
More information about the Commits
mailing list