-
-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make the fat partition detection work on gpt
We were checking for the mbr type of 'c'. Instead of checking for that and the GUID for a generic MS data partition, make things easier and just check that it's a vfat filesystem. With that, the 4MB, and the subsequent check for the label this appears to be enough belts and suspenders. Signed-off-by: Dirk Hohndel <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 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
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