[PC-BSD Commits] r2483 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Tue Jul 29 08:38:36 PDT 2008
Author: kris
Date: 2008-07-29 08:38:36 -0700 (Tue, 29 Jul 2008)
New Revision: 2483
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetDetect.sh
Log:
Added device "le" to list of NICS we can detect
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh 2008-07-29 15:37:29 UTC (rev 2482)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh 2008-07-29 15:38:36 UTC (rev 2483)
@@ -48,7 +48,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 et fe ie lnc sn xe an awi wi nve iwi ipw nfe msk wpi age"
+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 et fe ie lnc sn xe an awi wi nve iwi ipw nfe msk wpi age le"
for i in $NIC; do
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetDetect.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetDetect.sh 2008-07-29 15:37:29 UTC (rev 2482)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetDetect.sh 2008-07-29 15:38:36 UTC (rev 2483)
@@ -9,7 +9,7 @@
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 et fe ie lnc sn xe an nve nfe msk age"
+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 et fe ie lnc sn xe an nve nfe msk age le"
for i in $NIC; do
More information about the Commits
mailing list