2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

add old commit 693d3facfc34541c52440ad9cef973ffb74a46ff back

This commit is contained in:
hu-weihua 2016-08-29 23:15:47 -04:00
parent c4a536a18f
commit c7fd949ae6

View File

@ -156,7 +156,11 @@ then
#`rm -f $dir/ifcfg-$nic` 2>&1 1>/dev/null
# nic aliases
`rm -f $dir/ifcfg-ib*` 2>&1 1>/dev/null
for nic in `echo "$NIC_IBNICS" | tr "," "\n"`
do
rm -f $dir/ifcfg-$nic 2>&1 1>/dev/null
done
else
interfaces="/etc/network/interfaces"