From 68b10261c5c819d353eef813895116d00ef4fc30 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 10 Jan 2015 23:35:10 +0159 Subject: remove reiserfs from important list (mga#13295) --- perl-install/fs/type.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 435fe7392..3a2c6e96d 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -24,7 +24,6 @@ my (%type_name2pt_type, %type_name2fs_type, %fs_type2pt_type, %pt_type2fs_type, 0x83 => 'ext3', 'Journalised FS: ext3', 0x83 => 'ext4', 'Journalised FS: ext4', 0x83 => 'btrfs', 'Journalised FS: Btrfs', - 0x83 => 'reiserfs', 'Journalised FS: ReiserFS', if_( is_uefi(), 0xef => 'vfat', 'EFI System Partition', ), @@ -99,6 +98,7 @@ if_(arch() =~ /i.86|x86_64/, 0x75 => '', 'PC/IX', 0x80 => '', 'Old Minix', 0x81 => '', 'Minix / old Linux', + 0x83 => 'reiserfs', 'Journalised FS: ReiserFS', 0x83 => 'nilfs2', 'Journalised FS: NILFS2', 0x84 => '', 'OS/2 hidden C: drive', 0x86 => '', 'NTFS volume set (0x86)', -- cgit v1.2.1