[PC-BSD Commits] r3057 - in pcbsd: branches/7.0/installcd-overlay/usr/local/pcbsd/scripts trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 10 08:37:25 PST 2008
Author: kris
Date: 2008-12-10 08:37:23 -0800 (Wed, 10 Dec 2008)
New Revision: 3057
Modified:
pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Config
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Config
Log:
Updated the PCBSD.Config to now pull the version number from /PCBSDVERSION which is in the MFSROOT file. We will be able to use this version in the installer as well, to show the version number on screen
Modified: pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Config
===================================================================
--- pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Config 2008-12-10 16:31:56 UTC (rev 3056)
+++ pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Config 2008-12-10 16:37:23 UTC (rev 3057)
@@ -15,7 +15,7 @@
# Our internet mirror listing file location
NETSERVER="http://updates.pcbsd.org"
ARCH="`uname -m`"
-VERSION="7.0.1"
+VERSION="`cat /PCBSDVERSION`"
MIRRORLIST="${NETSERVER}/mirrors-netinstall.php?ver=${VERSION}&arch=${ARCH}"
# Export our variable if on a network connection
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Config
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Config 2008-12-10 16:31:56 UTC (rev 3056)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Config 2008-12-10 16:37:23 UTC (rev 3057)
@@ -15,7 +15,7 @@
# Our internet mirror listing file location
NETSERVER="http://updates.pcbsd.org"
ARCH="`uname -m`"
-VERSION="7.0.1"
+VERSION="`cat /PCBSDVERSION`"
MIRRORLIST="${NETSERVER}/mirrors-netinstall.php?ver=${VERSION}&arch=${ARCH}"
# Export our variable if on a network connection
More information about the Commits
mailing list