diff options
| author | Scott Moser <smoser@ubuntu.com> | 2016-09-20 13:50:44 -0400 |
|---|---|---|
| committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-09-20 18:54:41 +0000 |
| commit | 210805948e0566df33428ffcb9846aa412a0bd44 (patch) | |
| tree | 38328595e48d5fdc98e8bcf7775b32341d72a6a3 | |
| parent | 2c197e8a372fa1ed73f57c6ef2d6ffbde9f2aced (diff) | |
| download | vyos-walinuxagent-210805948e0566df33428ffcb9846aa412a0bd44.tar.gz vyos-walinuxagent-210805948e0566df33428ffcb9846aa412a0bd44.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 |
