[PC-BSD Commits] r17343 - pcbsd/current/overlays/install-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Wed Jun 20 09:46:56 PDT 2012
Author: kris
Date: 2012-06-20 16:46:56 +0000 (Wed, 20 Jun 2012)
New Revision: 17343
Modified:
pcbsd/current/overlays/install-overlay/etc/SetupInstall.sh
pcbsd/current/overlays/install-overlay/etc/SetupLive.sh
Log:
Change location where we check for pkg flags
Modified: pcbsd/current/overlays/install-overlay/etc/SetupInstall.sh
===================================================================
--- pcbsd/current/overlays/install-overlay/etc/SetupInstall.sh 2012-06-20 16:36:19 UTC (rev 17342)
+++ pcbsd/current/overlays/install-overlay/etc/SetupInstall.sh 2012-06-20 16:46:56 UTC (rev 17343)
@@ -48,9 +48,9 @@
export PATH
# See if we have install / meta pkgs for the front-end to use
-if [ -e "/no-meta-pkgs" ] ; then touch /tmp/no-meta-pkgs ; fi
-if [ -e "/no-install-pkgs" ] ; then touch /tmp/no-install-pkgs ; fi
-if [ -e "/no-fbsd-release" ] ; then touch /tmp/no-fbsd-release ; fi
+if [ -e "/dist/no-meta-pkgs" ] ; then touch /tmp/no-meta-pkgs ; fi
+if [ -e "/dist/no-install-pkgs" ] ; then touch /tmp/no-install-pkgs ; fi
+if [ -e "/dist/no-fbsd-release" ] ; then touch /tmp/no-fbsd-release ; fi
# Check if we have a pc-autoinstall.conf file
if [ -e "/boot/pc-autoinstall.conf" ]
Modified: pcbsd/current/overlays/install-overlay/etc/SetupLive.sh
===================================================================
--- pcbsd/current/overlays/install-overlay/etc/SetupLive.sh 2012-06-20 16:36:19 UTC (rev 17342)
+++ pcbsd/current/overlays/install-overlay/etc/SetupLive.sh 2012-06-20 16:46:56 UTC (rev 17343)
@@ -52,9 +52,9 @@
fi
# See if we have install / meta pkgs for the front-end to use
-if [ -e "/no-meta-pkgs" ] ; then touch /tmp/no-meta-pkgs ; fi
-if [ -e "/no-install-pkgs" ] ; then touch /tmp/no-install-pkgs ; fi
-if [ -e "/no-fbsd-release" ] ; then touch /tmp/no-fbsd-release ; fi
+if [ -e "/dist/no-meta-pkgs" ] ; then touch /tmp/no-meta-pkgs ; fi
+if [ -e "/dist/no-install-pkgs" ] ; then touch /tmp/no-install-pkgs ; fi
+if [ -e "/dist/no-fbsd-release" ] ; then touch /tmp/no-fbsd-release ; fi
# Set the marker that this is a LIVE bootup
touch /usr/pcbsd-live
More information about the Commits
mailing list