aboutsummaryrefslogtreecommitdiff
path: root/gentoo
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-08 00:49:20 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-08 00:49:20 +0000
commit3a78c051aa10e9a575d4bb9fe4ebc2b47b6b83eb (patch)
tree4491b234e671c534ccad99bd4bb4090f1a4accd2 /gentoo
parentgentoo/utils.py: some fine-grained progress bar notification (diff)
downloadanaconda-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.py2
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"]