Skip to content

ISO hash failing due to case sensitivity (Microsoft provides uppercase, sha265sum expects lowercase) #7

@UweKrause

Description

@UweKrause

Nice talk at the camp, thank you and thank you for releasing this script!

I had issues with the hash validation:

Micosoft shares the hashes in uppercase:
image

The sha256sum tool expects them to be lowercase.

echo "$ISO_HASH /mnt/scratch/win.iso" | sha256sum -c -

The solution is to provide the sha256sum to lowercase.

(I just want to open this issue to inform potential others, I might add a PR.)

Follow up question:
Would you consider to allow to skip the iso hash check, for example when there is no hash provided at the web form?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions