We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d1846 commit 0d53248Copy full SHA for 0d53248
Vagrant/logger_bootstrap.sh
@@ -95,7 +95,7 @@ fix_eth1_static_ip() {
95
fi
96
97
# TODO: try to set correctly directly through vagrant net config
98
- netplan set ethernets.eth1.dhcp4=false
+ netplan set --origin-hint 90-disable-eth1-dhcp ethernets.eth1.dhcp4=false
99
netplan apply
100
101
# Fix eth1 if the IP isn't set correctly
0 commit comments