mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-06 15:09:19 +00:00
Remove debugging leftovers
This commit is contained in:
parent
2ba12b33f2
commit
d534028780
@ -146,9 +146,8 @@ if [ x$boot = xfd ]; then
|
|||||||
bootdev=a
|
bootdev=a
|
||||||
fi
|
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"
|
||||||
#${qemu} ${qemuopts} -nographic -serial file:/dev/stdout -monitor file:/dev/null -${device} ${isofile} -boot ${bootdev} | tr -d "\r"
|
rm -f ${isofile}
|
||||||
#rm -f ${isofile}
|
|
||||||
|
|
||||||
rm -f ${tmpfile} ${cfgfile}
|
rm -f ${tmpfile} ${cfgfile}
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user