Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: gentoo/
Date: Tue, 05 Jul 2011 18:48:41
Message-Id: 9dd6738f1b83788699cf2376b0cbf64cd4ecb126.wiktor@gentoo
1 commit: 9dd6738f1b83788699cf2376b0cbf64cd4ecb126
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Tue Jul 5 18:47:42 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Tue Jul 5 18:47:42 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=9dd6738f
7
8 gentoo/utils.py: copy /etc/resolv.conf
9
10 ---
11 gentoo/utils.py | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14 diff --git a/gentoo/utils.py b/gentoo/utils.py
15 index bfed066..fcf8ede 100644
16 --- a/gentoo/utils.py
17 +++ b/gentoo/utils.py
18 @@ -1040,6 +1040,7 @@ class GentooInstall:
19 def install_setup_tools(self):
20 self._progress.set_fraction(0.0)
21 self._progress.set_text(_("Installing configuration helpers"))
22 + shutil.copy2("/etc/resolv.conf", self._root+"/etc/")
23 os.environ["USE"] = "policykit"
24 self.install_masked_package("-1 system-config-date")
25 self._progress.set_fraction(0.2)