attempt to avoid remote qemus from hanging
[tests.git] / system / template-qemu / start-qemu-node
index 377ff5f..b138531 100755 (executable)
@@ -39,6 +39,5 @@ rm -f qemu.pid
 
 #Command for running the Qemu Emulator
 ARGS="-boot d  -net nic,macaddr=${MACADDR} -net $TAP, -cdrom ${NODE_ISO} -hda ${HDA} -m ${RAM} -nographic  -pidfile qemu.pid"
-echo $$ > shell.pid
 echo "Running $QEMU $ARGS < /dev/null"
 exec $QEMU $ARGS < /dev/null