diff options
| author | Ben Howard <ben.howard@ubuntu.com> | 2014-11-06 16:33:42 -0700 |
|---|---|---|
| committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2014-11-07 00:08:29 +0000 |
| commit | 19e4f23671108be3b3f947fc22b8f4ae75b7ee8a (patch) | |
| tree | 25e6b7b13b1599a991b2d94ed27b06baa1a6e573 | |
| parent | 7c19244725bac484f17669de0ccfd2dac4bf272d (diff) | |
| download | vyos-walinuxagent-19e4f23671108be3b3f947fc22b8f4ae75b7ee8a.tar.gz vyos-walinuxagent-19e4f23671108be3b3f947fc22b8f4ae75b7ee8a.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 |
