diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-08-21 01:13:02 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-08-21 01:13:02 +0000 |
commit | 1a05381366dc6fdaec0a6ae394bbf63766dbdfc9 (patch) | |
tree | ad1390c56622dab83b00090f7323ea151cb48526 | |
parent | genkernel by default (diff) | |
download | anaconda-1a05381366dc6fdaec0a6ae394bbf63766dbdfc9.tar.gz anaconda-1a05381366dc6fdaec0a6ae394bbf63766dbdfc9.tar.bz2 anaconda-1a05381366dc6fdaec0a6ae394bbf63766dbdfc9.zip |
gentoo/utils.py: install *-configuration-tools on new system
-rw-r--r-- | 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 =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): |