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:
Phil Clifford 2023-05-10 00:40:07 +01:00
parent 338a914b89
commit 9d6dc6afc8
No known key found for this signature in database
GPG Key ID: 3B0A3BA167A07F7D

View File

@ -1106,8 +1106,9 @@ function vm_boot() {
elif [ "${guest_os}" == "arosone" ]; then
# shellcheck disable=SC2054,SC2206
args+=(-device ahci,id=ahci
#-device ide-hd,bus=ahci.0,drive=SystemDisk
-drive id=SystemDisk,if=ide,index=1,format=qcow2,file="${disk_img}" ${STATUS_QUO})
-device ide-hd,bus=ahci.0,drive=SystemDisk
-drive id=SystemDisk,if=none,index=1,format=qcow2,file="${disk_img}" ${STATUS_QUO}
-boot order=d,menu=on)
elif [ "${guest_os}" == "batocera" ] ; then
# shellcheck disable=SC2054,SC2206