From 1a05381366dc6fdaec0a6ae394bbf63766dbdfc9 Mon Sep 17 00:00:00 2001 From: wiktor w brodlo Date: Sun, 21 Aug 2011 01:13:02 +0000 Subject: gentoo/utils.py: install *-configuration-tools on new system --- gentoo/utils.py | 4 ++++ 1 file changed, 4 insertions(+) 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 =grub-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"] def set_profile(self): -- cgit v1.2.3-65-gdbad