We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52d1846 + 0d53248 commit a4fd727Copy full SHA for a4fd727
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