summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Howard <ben.howard@ubuntu.com>2014-04-07 16:48:16 -0600
committerusd-importer <ubuntu-server@lists.ubuntu.com>2014-04-08 16:53:31 +0000
commitc8bf555076400eed17b32f14cd55591b1a710c34 (patch)
tree63e5d9e70024205369207b8dc61d301cbd8241f6
parent75e067cb6f84d1834dea8aeab0722e9ffc651466 (diff)
downloadvyos-walinuxagent-c8bf555076400eed17b32f14cd55591b1a710c34.tar.gz
vyos-walinuxagent-c8bf555076400eed17b32f14cd55591b1a710c34.zip
Prevent the removal of udev rules by agent
Gbp-Pq: disable-udev-rules.patch.
-rwxr-xr-xwaagent3
1 files changed, 1 insertions, 2 deletions
diff --git a/waagent b/waagent
index c04ab3e..5be3288 100755
--- a/waagent
+++ b/waagent
@@ -90,8 +90,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