2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-01-11 10:52:41 +00:00
This commit is contained in:
bybai
2019-01-23 05:47:38 -05:00
parent db9bee6b1a
commit 048847abd2

View File

@@ -141,7 +141,7 @@ function configipv4(){
fi
else
echo "DEVICE=${str_if_name}" > $str_conf_file
echo "BOOTPROTO=static" >> $str_conf_file
echo "BOOTPROTO=none" >> $str_conf_file
echo "NM_CONTROLLED=no" >> $str_conf_file
echo "IPADDR=${str_v4ip}" >> $str_conf_file
echo "NETMASK=${str_v4mask}" >> $str_conf_file