Autodetect script pick up ibmveth devices provided by VIOS in a Power LPAR.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@75 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2007-11-26 18:43:11 +00:00
parent 2512f54e33
commit eaa59e55c0

View File

@ -63,6 +63,14 @@ do
esac
fi
done
if [ -d /proc/device-tree/vdevice/l-lan* ]; then
modprobe ibmveth
for i in /sys/bus/vio/drivers/ibmveth/*/net*; do
udhcpc -i eth$nic -b
nic=$(($nic + 1))
done
fi
if [ -d /proc/device-tree/lhea* ]; then
modprobe ehea
for i in /sys/bus/ibmebus/devices/port*; do