minor correction in freedos
This commit is contained in:
parent
3940f7b452
commit
9b1a1c32f5
@ -1 +1 @@
|
||||
Subproject commit 87be39d8b8fc18b2d19012e602c19597e640fb1f
|
||||
Subproject commit 3ede604a11b7a666f91bb19705d32d73fb0bd4d7
|
2
quickemu
2
quickemu
@ -933,7 +933,7 @@ function vm_boot() {
|
||||
args+=(-drive media=cdrom,index=1,file="${fixed_iso}")
|
||||
fi
|
||||
|
||||
if [ -n "{iso}" ] && [ "${guest_os}" == "freedos" ]; then
|
||||
if [ -n "${iso}" ] && [ "${guest_os}" == "freedos" ]; then
|
||||
# FreeDOS reboots after partitioning the disk, and QEMU tries to boot from disk after first restart
|
||||
# This flag sets the boot order to cdrom,disk. It will persist until powering down the VM
|
||||
args+=(-boot order=dc)
|
||||
|
Loading…
Reference in New Issue
Block a user