diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2014-11-07 07:02:18 -0700 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2014-11-07 17:08:36 +0000 |
commit | b5c7b71d8d53ee53e28b2ef8eda51078b6f2f227 (patch) | |
tree | 2ababf6e55e75c6a0419fac8a62dded58bac1a81 | |
parent | e5815bd0c9096099b3da92b69578f0afb1066ce4 (diff) | |
download | vyos-walinuxagent-b5c7b71d8d53ee53e28b2ef8eda51078b6f2f227.tar.gz vyos-walinuxagent-b5c7b71d8d53ee53e28b2ef8eda51078b6f2f227.zip |
Prevent the removal of udev rules by agent
Gbp-Pq: disable-udev-rules.patch.
-rw-r--r-- | waagent | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |