fix: Scsi PCI slot (#243)
This commit is contained in:
parent
fb97388596
commit
abedbac751
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ BOOT="$STORAGE/boot.img"
|
|||
|
||||
if [ -f "$BOOT" ]; then
|
||||
DISK_OPTS="$DISK_OPTS \
|
||||
-device virtio-scsi-pci,id=scsi0 \
|
||||
-device virtio-scsi-pci,id=scsi0,addr=0x5 \
|
||||
-drive id=cdrom0,if=none,format=raw,readonly=on,file=$BOOT \
|
||||
-device scsi-cd,bus=scsi0.0,drive=cdrom0,bootindex=10"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue