summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2011-02-23 10:50:27 +0530
committerAmit Shah <amit.shah@redhat.com>2011-02-23 10:50:27 +0530
commit2996d56c3303ffc715b652f21c7e2a312506daad (patch)
treede54663dce37b4cf696fde590b7d834b354eedbf
parente694887f173b3c0548ff3c1383e3fe954ac62692 (diff)
downloadtest-virtserial-2996d56c3303ffc715b652f21c7e2a312506daad.tar.gz
test-virtserial-2996d56c3303ffc715b652f21c7e2a312506daad.tar.xz
test-virtserial-2996d56c3303ffc715b652f21c7e2a312506daad.zip
run-test: Don't append console= params to guest kernel
This doesn't work; bash isn't passing on parameters properly. Need to find out how to do it properly. Signed-off-by: Amit Shah <amit.shah@redhat.com>
-rwxr-xr-xrun-test.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/run-test.sh b/run-test.sh
index 0918b07..c6aa949 100755
--- a/run-test.sh
+++ b/run-test.sh
@@ -13,7 +13,8 @@ VCPUS=${VCPUS:-$VCPUS_DEF}
GUEST=${GUEST:-$GUEST_DEF}
KERNEL="-kernel $KERNEL"
-KERNELARG="-append \"root=/dev/sda2 console=tty0 console=ttyS0\""
+#KERNELARG="-append \"root=/dev/sda2 console=tty0 console=ttyS0\""
+KERNELARG="-append root=/dev/sda2"
CHARDEVS="-chardev socket,path=/tmp/amit/test0,server,nowait,id=test0 \
-chardev socket,path=/tmp/amit/test1,server,nowait,id=test1 \