Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IMGx=filename ignoring device type
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.
- Loading branch information