forked from pbatard/rufus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[iso] fix case sensitive comparison when preventing 'ldlinux.sys' ove…
…rwrite * Because we install our own ldlinux.sys, we must ensure that if the ISO contains an ldlinux.sys in the root directory, this file is not copied over. However, our comparison for the 'ldlinux.sys' string was case sensitive which means that some ISOs such as R-Drive Image boot ISO, that use 'LDLINUX.SYS' were trying write over our file, resulting in a file extraction failure. * This patch ensures that the string comparison for 'ldlinux.sys' is case insensitive. * Also add 512px sized icon (upscaled using waifu2x)
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters