aboutsummaryrefslogtreecommitdiff
path: root/gentoo
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-07 15:40:17 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-07 15:40:17 +0000
commit0686f39c1df12cfd6c10eb6f9cbac75957698bca (patch)
tree781a18732aa6bebf12aabe3cb648d3eee1259b41 /gentoo
parentWe need grub2 to be on the new system (diff)
downloadanaconda-0686f39c1df12cfd6c10eb6f9cbac75957698bca.tar.gz
anaconda-0686f39c1df12cfd6c10eb6f9cbac75957698bca.tar.bz2
anaconda-0686f39c1df12cfd6c10eb6f9cbac75957698bca.zip
gentoo/utils.py: grub +multislot
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 3f1191b..f77ce39 100644
--- a/gentoo/utils.py
+++ b/gentoo/utils.py
@@ -977,7 +977,7 @@ class GentooInstall:
self._progress.set_fraction(0.0)
self._progress.set_text(_("Installing configuration helpers"))
shutil.copy2("/etc/resolv.conf", self._root+"/etc/")
- os.environ["USE"] = "policykit -gtk -X -gpm"
+ os.environ["USE"] = "multislot policykit -gtk -X -gpm"
os.mkdir(self._root+"/etc/portage")
keywordsf = open(self._root+"/etc/portage/package.keywords", "w")
keywordsf.write("dev-python/rhpl ~amd64\nsys-boot/grub **")