Loading src/disk.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading
src/disk.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading