From 719694a6b24e79e7269b61fe8efd63cf769e35e8 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Mon, 8 Oct 2007 22:08:29 +0000 Subject: [PATCH] - use -nographic option svn path=/trunk/; revision=29464 --- reactos/tools/sysreg/rosboot_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/tools/sysreg/rosboot_test.cpp b/reactos/tools/sysreg/rosboot_test.cpp index a3223dacb66..ad1e28679a2 100644 --- a/reactos/tools/sysreg/rosboot_test.cpp +++ b/reactos/tools/sysreg/rosboot_test.cpp @@ -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())