Remove debugging leftovers
This commit is contained in:
parent
2ba12b33f2
commit
d534028780
1 changed files with 2 additions and 3 deletions
|
@ -146,9 +146,8 @@ if [ x$boot = xfd ]; then
|
|||
bootdev=a
|
||||
fi
|
||||
|
||||
echo ${qemu} ${qemuopts} -nographic -serial file:/dev/stdout -monitor file:/dev/null -${device} ${isofile} -boot ${bootdev}
|
||||
#${qemu} ${qemuopts} -nographic -serial file:/dev/stdout -monitor file:/dev/null -${device} ${isofile} -boot ${bootdev} | tr -d "\r"
|
||||
#rm -f ${isofile}
|
||||
${qemu} ${qemuopts} -nographic -serial file:/dev/stdout -monitor file:/dev/null -${device} ${isofile} -boot ${bootdev} | tr -d "\r"
|
||||
rm -f ${isofile}
|
||||
|
||||
rm -f ${tmpfile} ${cfgfile}
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue