From 54ef314639772e0a09aa8e6af36d2daf61c04479 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 14 Feb 2020 15:29:27 +0100 Subject: add support for F2FS --- perl-install/fs/type.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/fs/type.pm') diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index f4820e90b..b80340dfd 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -108,6 +108,7 @@ if_(arch() =~ /i.86|x86_64/, 0x75 => '', 'PC/IX', 0x80 => '', 'Old Minix', 0x81 => '', 'Minix / old Linux', + 0x83 => 'f2fs', 'Journalised FS: F2FS', 0x83 => 'reiserfs', 'Journalised FS: ReiserFS', 0x83 => 'nilfs2', 'Journalised FS: NILFS2', 0x84 => '', 'OS/2 hidden C: drive', @@ -300,8 +301,7 @@ sub type_subpart_from_magic { # helpers sub defaultFS() { 'ext4' } - -sub true_local_fs_types() { qw(btrfs ext3 ext2 ext4 reiserfs xfs jfs) } +sub true_local_fs_types() { qw(btrfs ext3 ext2 ext4 f2fs reiserfs xfs jfs) } sub isEmpty { !$_[0]{fs_type} && !$_[0]{pt_type} } sub isBIOS_GRUB { $_[0]{pt_type} eq 'BIOS_GRUB' } -- cgit v1.2.1