Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
fix #1202 (#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeo committed Sep 1, 2023
1 parent e94863d commit 37a616b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iocage_lib/ioc_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,8 +861,6 @@ def fetch_update(self, cli=False, uuid=None):
_callback=self.callback,
silent=self.silent)

shutil.copy("/etc/resolv.conf", f"{mount_root}/etc/resolv.conf")

path = '/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:'\
'/usr/local/bin:/root/bin'
fetch_env = {
Expand Down

0 comments on commit 37a616b

Please sign in to comment.