Need to enable boot select to run installer 2x
The installer needs to format, reboot, install so we need to choose ISO or we sit at pxe boot
This commit is contained in:
parent
338a914b89
commit
9d6dc6afc8
5
quickemu
5
quickemu
@ -1106,8 +1106,9 @@ function vm_boot() {
|
|||||||
elif [ "${guest_os}" == "arosone" ]; then
|
elif [ "${guest_os}" == "arosone" ]; then
|
||||||
# shellcheck disable=SC2054,SC2206
|
# shellcheck disable=SC2054,SC2206
|
||||||
args+=(-device ahci,id=ahci
|
args+=(-device ahci,id=ahci
|
||||||
#-device ide-hd,bus=ahci.0,drive=SystemDisk
|
-device ide-hd,bus=ahci.0,drive=SystemDisk
|
||||||
-drive id=SystemDisk,if=ide,index=1,format=qcow2,file="${disk_img}" ${STATUS_QUO})
|
-drive id=SystemDisk,if=none,index=1,format=qcow2,file="${disk_img}" ${STATUS_QUO}
|
||||||
|
-boot order=d,menu=on)
|
||||||
|
|
||||||
elif [ "${guest_os}" == "batocera" ] ; then
|
elif [ "${guest_os}" == "batocera" ] ; then
|
||||||
# shellcheck disable=SC2054,SC2206
|
# shellcheck disable=SC2054,SC2206
|
||||||
|
Loading…
Reference in New Issue
Block a user