diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-05-11 09:48:21 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-05-16 09:33:46 +0200 |
commit | 99d2d93b8b105f331dd33394031a56b9b4657057 (patch) | |
tree | 5667949cafa6aa28918d6eb08f2ad647006fe8fa /perl-install/fs | |
parent | e9173b0568ada9919d2184b40963b8c1c8d64187 (diff) | |
download | drakx-99d2d93b8b105f331dd33394031a56b9b4657057.tar drakx-99d2d93b8b105f331dd33394031a56b9b4657057.tar.gz drakx-99d2d93b8b105f331dd33394031a56b9b4657057.tar.bz2 drakx-99d2d93b8b105f331dd33394031a56b9b4657057.tar.xz drakx-99d2d93b8b105f331dd33394031a56b9b4657057.zip |
adapt to exfatprogs-1.03
the other bits has been automatically skipped when rebasing into
previous commit
Diffstat (limited to 'perl-install/fs')
-rw-r--r-- | perl-install/fs/format.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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 ], |