aboutsummaryrefslogtreecommitdiff
path: root/gentoo
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-11 17:28:13 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-11 17:28:13 +0000
commitee4c6de32ad9c53c0d94c1664262a5ebcccef3b1 (patch)
treeebc21c5ea6ff226c23524929dbf8c1c0518c7889 /gentoo
parentgentoo/utils.py: set_text in setup_xorg (diff)
downloadanaconda-ee4c6de32ad9c53c0d94c1664262a5ebcccef3b1.tar.gz
anaconda-ee4c6de32ad9c53c0d94c1664262a5ebcccef3b1.tar.bz2
anaconda-ee4c6de32ad9c53c0d94c1664262a5ebcccef3b1.zip
gentoo/utils.py: also install xterm if installing Xorg, useful
Diffstat (limited to 'gentoo')
-rw-r--r--gentoo/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gentoo/utils.py b/gentoo/utils.py
index d4a3599..b32e962 100644
--- a/gentoo/utils.py
+++ b/gentoo/utils.py
@@ -607,6 +607,7 @@ class GentooInstall:
if self._anaconda.xorg:
self._progress.set_text(_("Installing Xorg"))
self.install_package("xorg-server")
+ self.install_package("xterm")
self._progress.set_fraction(0.35)
if self._anaconda.xorg == "fluxbox":
self.install_package("x11-wm/fluxbox")