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:

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?
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:

The
sha256sumtool expects them to be lowercase.bootloader-crimes/bootstrap/bootstrap.sh
Line 64 in 74388f7
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?