Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IMGx=filename ignoring device type #373

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

morio
Copy link
Collaborator

@morio morio commented Feb 1, 2024

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.

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.
@aperezbios aperezbios merged commit 44bff67 into main Feb 1, 2024
2 checks passed
@aperezbios aperezbios deleted the fix/imgx-ignoring-device-type branch February 1, 2024 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants