Unverified Commit 526ad619 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Bootindex (#292)

parent b8b95804
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"
    -device scsi-cd,bus=scsi0.0,drive=cdrom0,bootindex=10"
fi

fmt2ext() {