[PC-BSD Commits] r742 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 17 09:14:23 PDT 2007
Author: kris
Date: 2007-09-17 09:14:23 -0700 (Mon, 17 Sep 2007)
New Revision: 742
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
Log:
Fixed a few small bugs with adding "msk" to network detection
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh 2007-09-17 16:09:55 UTC (rev 741)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh 2007-09-17 16:14:23 UTC (rev 742)
@@ -45,7 +45,7 @@
# Now Setup the DHCP for each card
config="`ifconfig -l`"
-NIC="de em ixgb txp vx bfe bge dc fxp lge nge pcn re rl sf sis sk ste ti tl tx vge vr wb xl cs ed ex ep fe ie lnc sn xe an awi wi nve iwi nfe"
+NIC="de em ixgb txp vx bfe bge dc fxp lge nge pcn re rl sf sis sk ste ti tl tx vge vr wb xl cs ed ex ep fe ie lnc sn xe an awi wi nve iwi nfe msk"
for i in $NIC; do
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh 2007-09-17 16:09:55 UTC (rev 741)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh 2007-09-17 16:14:23 UTC (rev 742)
@@ -77,7 +77,8 @@
bitmap_name="/boot/loading-screen.pcx"
hw.ata.atapi_dma="1"
autoboot_delay="5"
-if_nfe_load="YES"' >/mnt/boot/loader.conf
+if_nfe_load="YES"
+if_msk_load="YES"' >/mnt/boot/loader.conf
if [ -e "/tmp/mirrorDrive" ]
then
More information about the Commits
mailing list