summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/fs')
-rw-r--r--perl-install/fs/format.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm
index 13d318cc0..5e45477a9 100644
--- a/perl-install/fs/format.pm
+++ b/perl-install/fs/format.pm
@@ -93,7 +93,7 @@ my %edit_LABEL = ( #
jfs => [ 'jfsutils', 'jfs_tune', '-L' ],
# hfs
dos => [ 'mtools', 'mlabel', '-i' ],
- exfat => [ 'exfatprogs', 'label.exfat', '-s' ],
+ exfat => [ 'exfatprogs', 'tune.exfat', '-L' ],
vfat => [ 'mtools', 'mlabel', '-i' ],
swap => [ 'util-linux', 'swaplabel', '-L' ],
ntfs => [ 'ntfs-3g', 'ntfslabel' ],