summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorƁukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com>2017-01-16 10:10:41 +0100
committerusd-importer <ubuntu-server@lists.ubuntu.com>2017-01-17 17:53:13 +0000
commit558111e33720eb8f1eaacf571cf4fadae2430286 (patch)
tree33f34ccce29a5a11227741dbe6a8fce20deeeaba
parentb087ed6fca1c0e1670ad76f20c60330f23f5673b (diff)
downloadvyos-walinuxagent-558111e33720eb8f1eaacf571cf4fadae2430286.tar.gz
vyos-walinuxagent-558111e33720eb8f1eaacf571cf4fadae2430286.zip
disable_udev_overrides.patch
No DEP3 Subject or Description header found Gbp-Pq: disable_udev_overrides.patch.
-rw-r--r--bin/waagent2.03
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/waagent2.0 b/bin/waagent2.0
index 80af1c7..74edc67 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