diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2014-08-29 10:11:12 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2014-08-29 16:58:19 +0000 |
commit | 5ea7f030279db9b5e6bf713d76accc58042cbc85 (patch) | |
tree | 541b2ecbb4deb3183e8995dcc0b6c9da8ebc2c67 /waagent | |
parent | 229205d15160a8de34b7afdbf5cbbb49fdc1c061 (diff) | |
download | vyos-walinuxagent-5ea7f030279db9b5e6bf713d76accc58042cbc85.tar.gz vyos-walinuxagent-5ea7f030279db9b5e6bf713d76accc58042cbc85.zip |
Prevent the removal of udev rules by agent
Gbp-Pq: disable-udev-rules.patch.
Diffstat (limited to 'waagent')
-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 |