[PC-BSD Commits] r358 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Wed Jun 20 14:46:19 PDT 2007
Author: kris
Date: 2007-06-20 22:46:19 +0100 (Wed, 20 Jun 2007)
New Revision: 358
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh
Log:
Forgot to add iwi to the list of network cards to probe for
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh 2007-06-20 21:30:23 UTC (rev 357)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh 2007-06-20 21:46:19 UTC (rev 358)
@@ -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"
+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"
for i in $NIC; do
@@ -53,6 +53,7 @@
if [ "$?" = "0" ]
then
echo "ifconfig_${i}0=\"DHCP\"" >> /mnt/etc/rc.conf
+
# Check if we have an intel wireless card present
if [ "${i}" = "iwi" ]
then
More information about the Commits
mailing list