Index: lib/cros_vm_lib.sh |
diff --git a/lib/cros_vm_lib.sh b/lib/cros_vm_lib.sh |
index 1809acc9d13fd812e2ed6edc3b6ce63612c0595d..afa481e8fbdf552ab627512caa63d4a1b45d1e20 100644 |
--- a/lib/cros_vm_lib.sh |
+++ b/lib/cros_vm_lib.sh |
@@ -40,7 +40,7 @@ function start_kvm() { |
local nographics="" |
local usesnapshot="" |
if [ ${FLAGS_no_graphics} -eq ${FLAGS_TRUE} ]; then |
- nographics="-nographic" |
+ nographics="-nographic -serial none" |
fi |
if [ ${FLAGS_snapshot} -eq ${FLAGS_TRUE} ]; then |