This fixes an issue when there is an entry like this in `zuluscsi.ini`
```
[SCSI3]
IMG0="my_cd.iso"
Type = 2 # CD-ROM type
```
The image type in that particular code path wasn't set and sector
length was incorrectly being set to 512B instead of 2048B.