[PC-BSD Commits] r5189 - pcbsd/trunk/pc-sysinstall/backend
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 2 07:52:52 PST 2009
Author: kris
Date: 2009-12-02 07:52:52 -0800 (Wed, 02 Dec 2009)
New Revision: 5189
Modified:
pcbsd/trunk/pc-sysinstall/backend/functions-mountoptical.sh
pcbsd/trunk/pc-sysinstall/backend/parseconfig.sh
Log:
Fixed a typo in the mount-optical script for pc-sysinstall
Modified: pcbsd/trunk/pc-sysinstall/backend/functions-mountoptical.sh
===================================================================
--- pcbsd/trunk/pc-sysinstall/backend/functions-mountoptical.sh 2009-12-02 15:36:24 UTC (rev 5188)
+++ pcbsd/trunk/pc-sysinstall/backend/functions-mountoptical.sh 2009-12-02 15:52:52 UTC (rev 5189)
@@ -66,6 +66,8 @@
done
# If no DVD found, try USB
+ if [ "$FOUND" != "1" ]
+ then
# Loop though and look for an installation disk
for i in `ls -1 /dev/da* 2>/dev/null`
do
Modified: pcbsd/trunk/pc-sysinstall/backend/parseconfig.sh
===================================================================
--- pcbsd/trunk/pc-sysinstall/backend/parseconfig.sh 2009-12-02 15:36:24 UTC (rev 5188)
+++ pcbsd/trunk/pc-sysinstall/backend/parseconfig.sh 2009-12-02 15:52:52 UTC (rev 5189)
@@ -68,6 +68,7 @@
# Check if we are doing any networking setup
start_networking
+
# If we are not doing an upgrade, lets go ahead and setup the disk
if [ "${INSTALLMODE}" = "fresh" ]
then
More information about the Commits
mailing list