diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-09-14 13:06:56 -0400 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-09-14 19:19:12 +0000 |
commit | e20836be06c4caa7ddbee401f591fd19b704c5d2 (patch) | |
tree | c7f424eef343764b8c3cc8d9bc2ed03b518bb8e9 | |
parent | 9dde48be4ae792608f98808e2023a998c88a2fbc (diff) | |
download | vyos-walinuxagent-e20836be06c4caa7ddbee401f591fd19b704c5d2.tar.gz vyos-walinuxagent-e20836be06c4caa7ddbee401f591fd19b704c5d2.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 |