aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-08-21 01:13:02 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-08-21 01:13:02 +0000
commit1a05381366dc6fdaec0a6ae394bbf63766dbdfc9 (patch)
treead1390c56622dab83b00090f7323ea151cb48526
parentgenkernel by default (diff)
downloadanaconda-1a05381366dc6fdaec0a6ae394bbf63766dbdfc9.tar.gz
anaconda-1a05381366dc6fdaec0a6ae394bbf63766dbdfc9.tar.bz2
anaconda-1a05381366dc6fdaec0a6ae394bbf63766dbdfc9.zip
gentoo/utils.py: install *-configuration-tools on new system
-rw-r--r--gentoo/utils.py4
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 =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):