diff options
author | Ćukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> | 2017-09-04 10:27:07 +0200 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2017-09-04 09:38:24 +0000 |
commit | 3a1d96a77ccaf023256d16183428e3d895f8a051 (patch) | |
tree | 33c260c7c99410ac94d5f265fc506cc0b40bb6e4 | |
parent | 845bbdbbc710cdf827dff7ad3eeeb6c2437a52de (diff) | |
download | vyos-walinuxagent-3a1d96a77ccaf023256d16183428e3d895f8a051.tar.gz vyos-walinuxagent-3a1d96a77ccaf023256d16183428e3d895f8a051.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 1a72ba7..bc280ae 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 |