diff options
author | Daniel Watkins <daniel.watkins@canonical.com> | 2016-09-13 16:11:47 +0100 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-09-14 10:39:12 +0000 |
commit | a4695e009df8ae6db98497d92216db4ed4e344a1 (patch) | |
tree | c2369bef3cbd9c76ca629d4cae5f371087b98ee8 | |
parent | b2fb1602fab1023ef4e5539259136f4fd89627cd (diff) | |
download | vyos-walinuxagent-a4695e009df8ae6db98497d92216db4ed4e344a1.tar.gz vyos-walinuxagent-a4695e009df8ae6db98497d92216db4ed4e344a1.zip |
disable_udev_overrides.patch
No DEP3 Subject or Description header found
Gbp-Pq: disable_udev_overrides.patch.
-rw-r--r-- | bin/waagent2.0 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/waagent2.0 b/bin/waagent2.0 index abc4448..8563554 100644 --- a/bin/waagent2.0 +++ b/bin/waagent2.0 @@ -95,8 +95,7 @@ ExtensionChildren = [] VMM_STARTUP_SCRIPT_NAME='install' VMM_CONFIG_FILE_NAME='linuxosconfiguration.xml' global RulesFiles -RulesFiles = [ "/lib/udev/rules.d/75-persistent-net-generator.rules", - "/etc/udev/rules.d/70-persistent-net.rules" ] +RulesFiles = [ ] VarLibDhcpDirectories = ["/var/lib/dhclient", "/var/lib/dhcpcd", "/var/lib/dhcp"] EtcDhcpClientConfFiles = ["/etc/dhcp/dhclient.conf", "/etc/dhcp3/dhclient.conf"] global LibDir |