[PC-BSD Commits] r2826 - pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 29 10:52:04 PDT 2008
Author: kris
Date: 2008-09-29 10:52:04 -0700 (Mon, 29 Sep 2008)
New Revision: 2826
Removed:
pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.CopyExtra.sh
pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/extraCopy
Modified:
pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.InstallCD1.sh
pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh
Log:
Copy the latest update to trunk/7.0, which will fix loading PC-BSD 7 on 256MB of ram systems
Modified: pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.InstallCD1.sh
===================================================================
--- pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.InstallCD1.sh 2008-09-29 17:49:54 UTC (rev 2825)
+++ pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.InstallCD1.sh 2008-09-29 17:52:04 UTC (rev 2826)
@@ -83,9 +83,6 @@
rm ${FSMNT}/tmp/RunOnSys.sh
-# Copy over our redundant files from installCD to the HD
-/usr/local/pcbsd/scripts/PCBSD.CopyExtra.sh >/dev/null 2>/dev/null
-
# Reset the LANG stuff
MM_CHARSET="UTF-8" ; export MM_CHARSET
LANG="en_US.UTF-8" ; export LANG
Modified: pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh
===================================================================
--- pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh 2008-09-29 17:49:54 UTC (rev 2825)
+++ pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh 2008-09-29 17:52:04 UTC (rev 2826)
@@ -147,10 +147,7 @@
rm ${FSMNT}/tmp/RunOnSys.sh
-# Copy over our redundant files from installCD to the HD
-/usr/local/pcbsd/scripts/PCBSD.CopyExtra.sh >/dev/null 2>/dev/null
-
# Check if we are missing the username for avahi
cat ${FSMNT}/etc/passwd | grep avahi >/dev/null 2>/dev/null
if [ "$?" != "0" ]
More information about the Commits
mailing list