aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-05 20:45:02 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-05 20:45:02 +0000
commit1bfbb5f94560965816ee009f9780b8721f362713 (patch)
tree06c25ea5f18ec6c5ba1c69ac7daa342c8fc36c3e /gentoo/utils.py
parentgentoo/utils.py: copy /etc/resolv.conf (diff)
downloadanaconda-1bfbb5f94560965816ee009f9780b8721f362713.tar.gz
anaconda-1bfbb5f94560965816ee009f9780b8721f362713.tar.bz2
anaconda-1bfbb5f94560965816ee009f9780b8721f362713.zip
gentoo/utils.py: install_setup_tools: filter out some USE flags
Diffstat (limited to 'gentoo/utils.py')
-rw-r--r--gentoo/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo/utils.py b/gentoo/utils.py
index fcf8ede..42671b2 100644
--- a/gentoo/utils.py
+++ b/gentoo/utils.py
@@ -1041,7 +1041,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"
+ os.environ["USE"] = "policykit -gtk -X "
self.install_masked_package("-1 system-config-date")
self._progress.set_fraction(0.2)
self.install_masked_package("-1 system-config-keyboard")