mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 09:36:41 +00:00
Merge pull request #1780 from hu-weihua/configib
Add old commit 693d3facfc34541c52440ad9cef973ffb74a46ff back to configib script
This commit is contained in:
commit
c7a4174054
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user