diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-08-09 10:55:48 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-08-09 10:55:48 +0000 |
commit | 969666e951e941038b29a56717c8db8cd7e0c09c (patch) | |
tree | 514e9be8ebe11725778091d1e52304261f7f6dd3 /gentoo/utils.py | |
parent | iw/systools_gui.py: validation (diff) | |
download | anaconda-969666e951e941038b29a56717c8db8cd7e0c09c.tar.gz anaconda-969666e951e941038b29a56717c8db8cd7e0c09c.tar.bz2 anaconda-969666e951e941038b29a56717c8db8cd7e0c09c.zip |
:GUI fixes
Diffstat (limited to 'gentoo/utils.py')
-rw-r--r-- | gentoo/utils.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gentoo/utils.py b/gentoo/utils.py index 7548d51..45a3888 100644 --- a/gentoo/utils.py +++ b/gentoo/utils.py @@ -915,16 +915,7 @@ class GentooInstall: keywordsf = open(self._root+"/etc/portage/package.keywords", "w") keywordsf.write("dev-python/rhpl ~amd64 ~x86\nsys-boot/grub **\nsys-boot/os-prober ~amd64 ~x86") keywordsf.close() - self.install_package("-1 system-config-date") self._progress.set_fraction(0.3) - self.install_package("-1 system-config-keyboard") - self._progress.set_fraction(0.4) - self.install_package("-1 system-config-users") - self._progress.set_fraction(0.5) - self.install_package("-1 keyboard-configuration-helpers") - self._progress.set_fraction(0.6) - self.install_package("-1 language-configuration-helpers") - self._progress.set_fraction(0.7) self.install_package("-1 =grub-1.99") self._progress.set_fraction(0.8) del os.environ["USE"] |