Unverified Commit 47fdecad authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Bootindex (#267)

parent 569c5594
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ if [ -f "$BOOT" ]; then
  DISK_OPTS="$DISK_OPTS \
    -device virtio-scsi-pci,id=scsi0,iothread=io2,addr=0x5 \
    -drive id=cdrom0,if=none,format=raw,readonly=on,file=$BOOT \
    -device scsi-cd,bus=scsi0.0,drive=cdrom0,bootindex=10"
    -device scsi-cd,bus=scsi0.0,drive=cdrom0"
fi

fmt2ext() {