Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #779 from ajeddeloh/revert-fat32
Browse files Browse the repository at this point in the history
Revert "disk_util: use FAT32 on ESP"
  • Loading branch information
ajeddeloh authored Dec 18, 2017
2 parents 7ab2b63 + 299f8fb commit f22d5be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build_library/disk_util
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,6 @@ def FormatFat(part, device):
cmd = ['mkfs.vfat']
if 'fs_label' in part:
cmd += ['-n', part['fs_label']]
if part['type'] == 'efi':
# ESP is FAT32 irrespective of size
cmd += ['-F', '32']
Sudo(cmd + [device, vfat_blocks], stdout_null=True)


Expand Down

0 comments on commit f22d5be

Please sign in to comment.