fix: Bootindex (#267)

This commit is contained in:
Kroese 2023-12-25 06:53:36 +01:00 committed by GitHub
parent 569c559417
commit 47fdecadbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {