mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-13 21:52:43 +00:00
removed -serial stdio option from qemu cmdline
This commit is contained in:
parent
daf892b3d4
commit
f9d9068aa7
@ -135,7 +135,7 @@ fdafile=`mktemp`
|
|||||||
cp ${isofile} ${fdafile}
|
cp ${isofile} ${fdafile}
|
||||||
|
|
||||||
outfile=`mktemp`
|
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
|
cat $outfile
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user