quick fix for qemu start/stop on remote testboxes
[tests.git] / system / template-qemu / qemu-start-node
index c0606f0..29f465c 100755 (executable)
@@ -22,6 +22,7 @@ fi
 . $CONFIG
 
 # the launcher, depending on local/target archs
+# make sure to check qemu-kill-node for consistency
 archs="$(uname -i)+$TARGET_ARCH"
 case $archs in
     i386+i386)         QEMU=qemu;;