summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Howard <ben@prongs>2015-07-17 14:24:20 -0600
committerusd-importer <ubuntu-server@lists.ubuntu.com>2015-07-17 21:23:35 +0000
commit31e0b1ed95c5cb39930143f06e68bdc832d0859d (patch)
tree36c7ad6ed77dae67e593b7e6ad4435b423994485
parent52f26f9ca04427c847152c991a76cbc4fd4730cd (diff)
downloadvyos-walinuxagent-31e0b1ed95c5cb39930143f06e68bdc832d0859d.tar.gz
vyos-walinuxagent-31e0b1ed95c5cb39930143f06e68bdc832d0859d.zip
disable-udev-rules.patch
No DEP3 Subject or Description header found Gbp-Pq: disable-udev-rules.patch.
-rw-r--r--waagent3
1 files changed, 1 insertions, 2 deletions
diff --git a/waagent b/waagent
index 2b616bf..b67bd79 100644
--- a/waagent
+++ b/waagent
@@ -92,8 +92,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