diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-08-21 16:51:06 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-08-21 16:51:06 +0000 |
commit | 11b95125d745acf8c44a10605b13b6fbf991aa5c (patch) | |
tree | 774ba4c80473b8ab83544ff73c822b16354ab132 | |
parent | gentoo/__init__.py: os.path_exists -> os.path.exists (diff) | |
download | anaconda-11b95125d745acf8c44a10605b13b6fbf991aa5c.tar.gz anaconda-11b95125d745acf8c44a10605b13b6fbf991aa5c.tar.bz2 anaconda-11b95125d745acf8c44a10605b13b6fbf991aa5c.zip |
gentoo/utils.py: install libuser
-rw-r--r-- | gentoo/utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gentoo/utils.py b/gentoo/utils.py index e7a1f98..a32ccfa 100644 --- a/gentoo/utils.py +++ b/gentoo/utils.py @@ -832,6 +832,8 @@ class GentooInstall: keywordsf.close() self._progress.set_fraction(0.3) self.install_package("-1 =grub-1.99") + self._progress.set_fraction(0.6) + self.install_package("-1 libuser") self._progress.set_fraction(0.7) self.install_package("-1 keyboard-configuration-helpers") self._progress.set_fraction(0.8) |