anaconda: start Xorg on tty7

To not conflict with logind-reserved tty6 (ReserveVT option in
logind.conf(5))
This commit is contained in:
Marek Marczykowski 2013-02-21 03:12:13 +01:00
parent cf29b81f86
commit 1076c760e1

View File

@ -543,7 +543,7 @@ def setupDisplay(anaconda, opts):
try:
proc = subprocess.Popen(["Xorg", "-br",
"-logfile", "/tmp/X.log",
":1", "vt6", "-s", "1440", "-ac",
":1", "vt7", "-s", "1440", "-ac",
"-nolisten", "tcp", "-dpi", "96",
"-noreset"],
close_fds=True,