removed -serial stdio option from qemu cmdline
This commit is contained in:
parent
daf892b3d4
commit
f9d9068aa7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue