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: Mon, 04 Jul 2011 20:57:23
Message-Id: 1efe266a04d68f3a821effb9f7970d9c6acc1056.wiktor@gentoo
1 commit: 1efe266a04d68f3a821effb9f7970d9c6acc1056
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Mon Jul 4 20:56:36 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Mon Jul 4 20:56:36 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=1efe266a
7
8 Install configuration helpers
9
10 ---
11 gentoo/livecd.py | 2 +-
12 gentoo/utils.py | 1 +
13 2 files changed, 2 insertions(+), 1 deletions(-)
14
15 diff --git a/gentoo/livecd.py b/gentoo/livecd.py
16 index da5b5b9..19e755d 100644
17 --- a/gentoo/livecd.py
18 +++ b/gentoo/livecd.py
19 @@ -117,7 +117,7 @@ class LiveCDCopyBackend(backend.AnacondaBackend):
20
21 # Now copy the portage tree
22 self._gentoo_install.copy_portage()
23 - self._gentoo_install.emerge_setup_tools()
24 + self._gentoo_install.install_setup_tools()
25
26 self._gentoo_install.setup_users()
27 self._gentoo_install.setup_language() # before ldconfig, thx
28
29 diff --git a/gentoo/utils.py b/gentoo/utils.py
30 index 23d53df..a98bc5b 100644
31 --- a/gentoo/utils.py
32 +++ b/gentoo/utils.py
33 @@ -1061,6 +1061,7 @@ class GentooInstall:
34
35 def install_setup_tools(self):
36 self._portage.install("system-config-date system-config-keyboard system-config-users")
37 + self._portage.install("keyboard-configuration-helpers language-configuration-helpers")
38
39 #def _get_langpacks(self):
40 # return [x.strip() for x in LANGUAGE_PACKS.split("\n") if \