[PC-BSD Commits] r18448 - pcbsd/current/overlays/install-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Wed Aug 15 06:44:27 PDT 2012
Author: kris
Date: 2012-08-15 13:44:27 +0000 (Wed, 15 Aug 2012)
New Revision: 18448
Modified:
pcbsd/current/overlays/install-overlay/etc/pcbsd-rc.sh
Log:
Mark this as DVD LIVE only
Modified: pcbsd/current/overlays/install-overlay/etc/pcbsd-rc.sh
===================================================================
--- pcbsd/current/overlays/install-overlay/etc/pcbsd-rc.sh 2012-08-15 13:06:12 UTC (rev 18447)
+++ pcbsd/current/overlays/install-overlay/etc/pcbsd-rc.sh 2012-08-15 13:44:27 UTC (rev 18448)
@@ -23,7 +23,7 @@
# Create zfs tmpdir
mkdir /tmp/zfs
-# If we have a LIVE image, boot with it
+# If we have a LIVE DVD image, boot with it
if [ -e "/dist/PCBSD.ufs.uzip" ]
then
MEM=`sysctl hw.realmem | /bin/cut -d " " -f 2`
More information about the Commits
mailing list