Browse code

Revert "Reverted copying /etc/resolv.conf file"

This reverts commit ac80aa930b22878d39bf2070636e17d646658221.

Change-Id: Ibcdefc3288c8c59e4c3d09bd2e4fbc0c8c4238e3
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1846
Reviewed-by: Divya Thaluru <dthaluru@vmware.com>
Tested-by: Divya Thaluru <dthaluru@vmware.com>

Divya Thaluru authored on 2016/12/13 03:12:06
Showing 1 changed files
... ...
@@ -140,7 +140,7 @@ class Installer(object):
140 140
         if self.iso_installer:
141 141
             self.progress_bar.show_loading('Finalizing installation')
142 142
 
143
-        #shutil.copy("/etc/resolv.conf", self.photon_root + '/etc/.')
143
+        shutil.copy("/etc/resolv.conf", self.photon_root + '/etc/.')
144 144
         self.finalize_system()
145 145
 
146 146
         if not self.install_config['iso_system']: