From e9173b0568ada9919d2184b40963b8c1c8d64187 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 16 May 2020 03:31:02 +0300 Subject: adjust for exfat labeling change in exfatprogs 1.0.3 --- perl-install/fs/format.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ], -- cgit v1.2.1