Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP1:Update
cloud-init.29846
cloud-init-break-resolv-symlink.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cloud-init-break-resolv-symlink.patch of Package cloud-init.29846
--- cloudinit/net/sysconfig.py.orig +++ cloudinit/net/sysconfig.py @@ -998,6 +998,11 @@ class Renderer(renderer.Renderer): network_state, existing_dns_path=dns_path ) if resolv_content: + # netconfig checks if /etc/resolv.conf is a symlink and if + # that is true will write it's version of the file clobbering + # our changes. + if os.path.islink(dns_path): + os.unlink(dns_path) util.write_file(dns_path, resolv_content, file_mode) if self.networkmanager_conf_path: nm_conf_path = subp.target_path(
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor