removed -serial stdio option from qemu cmdline

This commit is contained in:
BVK Chaitanya 2010-04-06 12:21:11 +05:30
parent daf892b3d4
commit f9d9068aa7
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ fdafile=`mktemp`
cp ${isofile} ${fdafile}
outfile=`mktemp`
qemu-system-i386 ${qemuopts} -nographic -serial stdio -hda ${hdafile} -fda ${fdafile} -cdrom ${isofile} -boot ${bootdev} | tr -d "\r" >${outfile}
qemu-system-i386 ${qemuopts} -nographic -hda ${hdafile} -fda ${fdafile} -cdrom ${isofile} -boot ${bootdev} | tr -d "\r" >${outfile}
cat $outfile