From 99d2d93b8b105f331dd33394031a56b9b4657057 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 11 May 2020 09:48:21 +0200 Subject: adapt to exfatprogs-1.03 the other bits has been automatically skipped when rebasing into previous commit --- perl-install/fs/format.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm index 5e45477a9..b0fbe1968 100644 --- a/perl-install/fs/format.pm +++ b/perl-install/fs/format.pm @@ -58,6 +58,7 @@ my %LABELs = ( ext2 => [ '-L', 16, 1 ], ext3 => [ '-L', 16, 1 ], ext4 => [ '-L', 16, 1 ], + exfat => [ '-L', 16, 1 ], f2fs => [ '-l', 16, 1 ], reiserfs => [ '-l', 16, 1 ], xfs => [ '-L', 12, 1 ], -- cgit v1.2.1