Signed-off-by: Saul Wold <[email protected]>
---
 scripts/qemuimage-testlib |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib
index 9ffaa7c..ee9450e 100644
--- a/scripts/qemuimage-testlib
+++ b/scripts/qemuimage-testlib
@@ -467,8 +467,8 @@ Test_Create_Qemu()
                export MACHINE=$QEMUARCH
 
                # Create Qemu in localhost VNC Port 1
-               echo "Running xterm -display ${DISPLAY} -e 'TMPDIR=${TMPDIR} 
${RUNQEMU} ${KERNEL} ${TEST_ROOTFS_IMAGE} && /bin/sleep 60' &"
-               xterm -display ${DISPLAY} -e "TMPDIR=${TMPDIR} ${RUNQEMU} 
${KERNEL} ${TEST_ROOTFS_IMAGE} && /bin/sleep 60" &
+               echo "Running xterm -geometry 80x24+10+10 -ls -display 
${DISPLAY} -e 'TMPDIR=${TMPDIR} ${RUNQEMU} ${KERNEL} ${TEST_ROOTFS_IMAGE} && 
/bin/sleep 60' &"
+               xterm -geometry 80x24+10+10 -ls -display ${DISPLAY} -e 
"TMPDIR=${TMPDIR} ${RUNQEMU} ${KERNEL} ${TEST_ROOTFS_IMAGE} && /bin/sleep 60" &
        
                # Get the pid of the xterm processor, which will be used in 
Test_Kill_Qemu
                PID=$!
-- 
1.7.6


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to