diff options
author | Daniel Watkins <daniel.watkins@canonical.com> | 2016-10-04 12:25:07 +0100 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-10-04 20:58:53 +0000 |
commit | 2b9400c86eebeb6bc8663e6e8cd5f33f94048ba9 (patch) | |
tree | 14133d57c285aaf65a1e285ef616f25dbdfbe769 | |
parent | 852ffe41b4b2e0c73c1668d5f17570d1bd5e8015 (diff) | |
download | vyos-walinuxagent-2b9400c86eebeb6bc8663e6e8cd5f33f94048ba9.tar.gz vyos-walinuxagent-2b9400c86eebeb6bc8663e6e8cd5f33f94048ba9.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 |