mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 02:52:07 +00:00
Purge the conflucting default nmconnection if we have better
This commit is contained in:
parent
77865ba71c
commit
714a883d9c
@ -92,6 +92,9 @@ if [ -e /lib/nm-lib.sh ]; then
|
||||
. /lib/nm-lib.sh
|
||||
nm_generate_connections
|
||||
sed -i 's/method=disabled/method=link-local/' /run/NetworkManager/system-connections/*.nmconnection
|
||||
if [ -f /run/NetworkManager/system-connections/$ifname.nmconnection ]; then
|
||||
rm /run/NetworkManager/system-connections/default_connection.nmconnection
|
||||
fi
|
||||
if [[ "$ifname" == ib* ]]; then
|
||||
sed -i s/type=ethernet/type=infiniband/ /run/NetworkManager/system-connections/$ifname.nmconnection
|
||||
if ! grep '\[infiniband\]' /run/NetworkManager/system-connections/$ifname.nmconnection > /dev/null; then
|
||||
|
Loading…
Reference in New Issue
Block a user