Proposed change in Global & Local VENTOY_CHECKSUM - Printable Version +- Ventoy Forums (https://forums.ventoy.net) +-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1) +--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2) +--- Thread: Proposed change in Global & Local VENTOY_CHECKSUM (/showthread.php?tid=2333) |
Proposed change in Global & Local VENTOY_CHECKSUM - Jabb - 01-09-2023 The ability to use global ventoy_chcecksum is great news because separate checksum files don't clutter up the iso directory! However, I suggest some improvement, because currently the user spends a lot of time doing checksum calculations just to see "value not found in global ventoy_checksum" Ventoy should automatically: 1. First check if the name of the specific iso file exists in the ventoy_checksum file 2. Then Ventoy should check (according to the length of the checksum in ventoy_chcecksum) what the checksum is (MD5, SHA1, etc) and thus show the appropriate options: - Calculate MD5 - Calculate and Check SHA256 - etc 3. Only then the user chooses the option that interests him Cheers! RE: Proposed change in Global & Local VENTOY_CHECKSUM - longpanda - 01-10-2023 Try this CI release: https://github.com/ventoy/Ventoy/actions/runs/3880192507 RE: Proposed change in Global & Local VENTOY_CHECKSUM - Jabb - 01-12-2023 I don't know CI so I don't know what that means Does this mean that my proposal will be implemented? RE: Proposed change in Global & Local VENTOY_CHECKSUM - longpanda - 01-13-2023 https://www.ventoy.net/en/doc_github_ci.html |