use qemu-system-i386 instead of qemu
This commit is contained in:
parent
0b8891c276
commit
2285d4642a
2 changed files with 5 additions and 1 deletions
|
@ -135,7 +135,7 @@ fdafile=`mktemp`
|
|||
cp ${isofile} ${fdafile}
|
||||
|
||||
outfile=`mktemp`
|
||||
qemu ${qemuopts} -nographic -serial stdio -hda ${hdafile} -fda ${fdafile} -cdrom ${isofile} -boot ${bootdev} | tr -d "\r" >${outfile}
|
||||
qemu-system-i386 ${qemuopts} -nographic -serial stdio -hda ${hdafile} -fda ${fdafile} -cdrom ${isofile} -boot ${bootdev} | tr -d "\r" >${outfile}
|
||||
|
||||
cat $outfile
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue