From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QuwbB-00074S-85 for garchives@archives.gentoo.org; Sun, 21 Aug 2011 01:13:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13FE721C2BE; Sun, 21 Aug 2011 01:13:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D585121C2BE for ; Sun, 21 Aug 2011 01:13:05 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56D401B4017 for ; Sun, 21 Aug 2011 01:13:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7027280040 for ; Sun, 21 Aug 2011 01:13:04 +0000 (UTC) From: "Wiktor W Brodlo" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wiktor W Brodlo" Message-ID: <1a05381366dc6fdaec0a6ae394bbf63766dbdfc9.wiktor@gentoo> Subject: [gentoo-commits] proj/anaconda:master commit in: gentoo/ X-VCS-Repository: proj/anaconda X-VCS-Files: gentoo/utils.py X-VCS-Directories: gentoo/ X-VCS-Committer: wiktor X-VCS-Committer-Name: Wiktor W Brodlo X-VCS-Revision: 1a05381366dc6fdaec0a6ae394bbf63766dbdfc9 Date: Sun, 21 Aug 2011 01:13:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: fdc8e883bfb844f3b620cb8dd530ee27 commit: 1a05381366dc6fdaec0a6ae394bbf63766dbdfc9 Author: wiktor w brodlo brodlo net> AuthorDate: Sun Aug 21 01:13:02 2011 +0000 Commit: Wiktor W Brodlo brodlo net> CommitDate: Sun Aug 21 01:13:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/anaconda.git;= a=3Dcommit;h=3D1a053813 gentoo/utils.py: install *-configuration-tools on new system --- gentoo/utils.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gentoo/utils.py b/gentoo/utils.py index 7c57f64..e7a1f98 100644 --- a/gentoo/utils.py +++ b/gentoo/utils.py @@ -832,7 +832,11 @@ class GentooInstall: keywordsf.close() self._progress.set_fraction(0.3) self.install_package("-1 =3Dgrub-1.99") + self._progress.set_fraction(0.7) + self.install_package("-1 keyboard-configuration-helpers") self._progress.set_fraction(0.8) + self.install_package("-1 language-configuration-helpers") + self._progress.set_fraction(0.9) del os.environ["USE"] =20 def set_profile(self):