Giving up with the display mode for emulating Qemu nodes, now Qemu nodes run on seria...
[tests.git] / system / template-Qemu / start-qemu-node
index 92ae5aa..adbe6c2 100755 (executable)
@@ -37,7 +37,7 @@ shift $(($# - 1))
 echo "New $HDA is created..."
 
 #Command for running the Qemu Emulator
-ARGS="-boot d -cdrom ${CDROM_IMG} -hda ${HDA} -m ${RAM}  -net nic,macaddr=${MACADDR} -net $TAP ";
+ARGS="-boot d -cdrom ${CDROM_IMG} -hda ${HDA} -m ${RAM}  -net nic,macaddr=${MACADDR} -net $TAP -nographic";
 echo "Executing qemu $ARGS";
 qemu $ARGS