summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/format.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-03-18 17:27:10 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-03-20 17:13:50 +0100
commitb152ff51997fd8df4ebd44bfdbe2e08ff98a9b3a (patch)
treea029ff151200f946a29d058434e1c1d260f99836 /perl-install/fs/format.pm
parent67da4ef5c862576e046ab4d813de17628adfa6c4 (diff)
downloaddrakx-b152ff51997fd8df4ebd44bfdbe2e08ff98a9b3a.tar
drakx-b152ff51997fd8df4ebd44bfdbe2e08ff98a9b3a.tar.gz
drakx-b152ff51997fd8df4ebd44bfdbe2e08ff98a9b3a.tar.bz2
drakx-b152ff51997fd8df4ebd44bfdbe2e08ff98a9b3a.tar.xz
drakx-b152ff51997fd8df4ebd44bfdbe2e08ff98a9b3a.zip
add minimal support for exFAT
colorize it the same way as FAT or NTFS
Diffstat (limited to 'perl-install/fs/format.pm')
-rw-r--r--perl-install/fs/format.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm
index 039352928..a7c5e49a6 100644
--- a/perl-install/fs/format.pm
+++ b/perl-install/fs/format.pm
@@ -25,6 +25,7 @@ For each filesystem, list: [ package_name, command_to_use, options_to_use ]
=cut
my %cmds = (
+ exfat => [ 'exfat-utils', 'mkfs.exfat' ],
ext2 => [ 'e2fsprogs', 'mkfs.ext2', '-F' ],
ext3 => [ 'e2fsprogs', 'mkfs.ext3', '-F' ],
ext4 => [ 'e2fsprogs', 'mkfs.ext4', '-F' ],