-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: Unify --target-filesystem identifiers and sanitize input
Previously functions that reads --target-filesystem uses its own filesystem syntax, this is less reliable and causes duplicate code. This patch unifies them with `FS_*` enumerations and sanitize the input to ignore casing issue. Fixes #205. Refer-to: mount_target_filesystem doesn't handle lowercase 'ntfs' fstype · Issue #205 · slacka/WoeUSB <https://github.com/slacka/WoeUSB/issues/205> Signed-off-by: 林博仁(Buo-ren, Lin) <[email protected]>
- Loading branch information
Showing
1 changed file
with
52 additions
and
10 deletions.
There are no files selected for viewing
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