Skip to content

Commit 333e130

Browse files
committed
Add support for exFAT filesystem
1 parent 7889a54 commit 333e130

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

archinstall/lib/models/device.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,7 @@ class FilesystemType(Enum):
785785
Fat12 = 'fat12'
786786
Fat16 = 'fat16'
787787
Fat32 = 'fat32'
788+
Exfat = 'exfat'
788789
Ntfs = 'ntfs'
789790
Xfs = 'xfs'
790791
LinuxSwap = 'linux-swap'

0 commit comments

Comments
 (0)