diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-08 00:49:20 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-08 00:49:20 +0000 |
commit | 3a78c051aa10e9a575d4bb9fe4ebc2b47b6b83eb (patch) | |
tree | 4491b234e671c534ccad99bd4bb4090f1a4accd2 /gentoo | |
parent | gentoo/utils.py: some fine-grained progress bar notification (diff) | |
download | anaconda-3a78c051aa10e9a575d4bb9fe4ebc2b47b6b83eb.tar.gz anaconda-3a78c051aa10e9a575d4bb9fe4ebc2b47b6b83eb.tar.bz2 anaconda-3a78c051aa10e9a575d4bb9fe4ebc2b47b6b83eb.zip |
gentoo/utils.py: install a release version of GRUB2
Diffstat (limited to 'gentoo')
-rw-r--r-- | gentoo/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo/utils.py b/gentoo/utils.py index 2d688de..07000b8 100644 --- a/gentoo/utils.py +++ b/gentoo/utils.py @@ -1001,7 +1001,7 @@ class GentooInstall: self._progress.set_fraction(0.8) self.install_package("-1 language-configuration-helpers") self._progress.set_fraction(0.9) - self.install_package("-1 =grub-1.99_rc1") + self.install_package("-1 =grub-1.99") self._progress.set_fraction(1.0) del os.environ["USE"] |