fix: Bootindex (#267)
This commit is contained in:
parent
569c559417
commit
47fdecadbb
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if [ -f "$BOOT" ]; then
|
||||||
DISK_OPTS="$DISK_OPTS \
|
DISK_OPTS="$DISK_OPTS \
|
||||||
-device virtio-scsi-pci,id=scsi0,iothread=io2,addr=0x5 \
|
-device virtio-scsi-pci,id=scsi0,iothread=io2,addr=0x5 \
|
||||||
-drive id=cdrom0,if=none,format=raw,readonly=on,file=$BOOT \
|
-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
|
fi
|
||||||
|
|
||||||
fmt2ext() {
|
fmt2ext() {
|
||||||
|
|
Loading…
Reference in a new issue