diff options
author | 2011-07-11 17:28:13 +0000 | |
---|---|---|
committer | 2011-07-11 17:28:13 +0000 | |
commit | ee4c6de32ad9c53c0d94c1664262a5ebcccef3b1 (patch) | |
tree | ebc21c5ea6ff226c23524929dbf8c1c0518c7889 /gentoo | |
parent | gentoo/utils.py: set_text in setup_xorg (diff) | |
download | anaconda-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.py | 1 |
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") |