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 12:53:33
Message-Id: 86a30921f02ae9fb14158db5d1d332b1a8eb324d.wiktor@gentoo
1 commit: 86a30921f02ae9fb14158db5d1d332b1a8eb324d
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Tue Jul 5 12:53:05 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Tue Jul 5 12:53:05 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=86a30921
7
8 gentoo/livecd.py: profile needs to be set before emerging
9
10 ---
11 gentoo/livecd.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/gentoo/livecd.py b/gentoo/livecd.py
15 index a59612c..c4bf860 100644
16 --- a/gentoo/livecd.py
17 +++ b/gentoo/livecd.py
18 @@ -117,8 +117,8 @@ class LiveCDCopyBackend(backend.AnacondaBackend):
19
20 # Now copy the portage tree
21 self._gentoo_install.copy_portage()
22 - self._gentoo_install.install_setup_tools()
23 self._gentoo_install.set_profile()
24 + self._gentoo_install.install_setup_tools()
25
26 self._gentoo_install.setup_users()
27 self._gentoo_install.setup_language() # before ldconfig, thx