- use -nographic option

svn path=/trunk/; revision=29464
This commit is contained in:
Johannes Anderwald
2007-10-08 22:08:29 +00:00
parent bb471e5852
commit 719694a6b2
+1 -1
View File
@@ -360,7 +360,7 @@ namespace Sysreg_
m_PidFile += "/pid.txt";
m_BootCmd += " -pidfile ";
m_BootCmd += m_PidFile;
//m_BootCmd += " -nographic";
m_BootCmd += " -nographic";
#else
if (hasQemuNoRebootOption())