summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2013-01-29 11:21:19 -0800
committerBrian C. Lane <bcl@redhat.com>2013-01-30 07:06:23 -0800
commit0a302ce1d00929e0f835925454caa63f24c10288 (patch)
treed6d84b1f85a43b81d1f73dcda81ffb0b695dbd2c /pyanaconda/ui
parent8398783f1e381265aa84a74c809ac31cda0dd041 (diff)
downloadanaconda-0a302ce1d00929e0f835925454caa63f24c10288.tar.gz
anaconda-0a302ce1d00929e0f835925454caa63f24c10288.tar.xz
anaconda-0a302ce1d00929e0f835925454caa63f24c10288.zip
Move Xorg to vt7
logind now starts a getty on tty6. We could just let it pick a free vt, but there's a small chance that could interfere with our logging to ttyX
Diffstat (limited to 'pyanaconda/ui')
-rw-r--r--pyanaconda/ui/gui/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/ui/gui/__init__.py b/pyanaconda/ui/gui/__init__.py
index d79aba6e2..1e432d426 100644
--- a/pyanaconda/ui/gui/__init__.py
+++ b/pyanaconda/ui/gui/__init__.py
@@ -264,7 +264,7 @@ class GraphicalUserInterface(UserInterface):
@property
def tty_num(self):
- return 6
+ return 7
@property
def meh_interface(self):