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
pull/712/head
Phil Clifford 1 year ago
parent 338a914b89
commit 9d6dc6afc8
No known key found for this signature in database
GPG Key ID: 3B0A3BA167A07F7D
  1. 5
      quickemu

@ -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

Loading…
Cancel
Save