diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-01-10 23:35:10 +0159 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-01-10 23:35:10 +0159 |
commit | 68b10261c5c819d353eef813895116d00ef4fc30 (patch) | |
tree | 1371d8ff52bd681ced02907647b809f93168e6d3 /perl-install/fs | |
parent | 0e299f3208a63db72396a23d1ab0ed8502c68559 (diff) | |
download | drakx-68b10261c5c819d353eef813895116d00ef4fc30.tar drakx-68b10261c5c819d353eef813895116d00ef4fc30.tar.gz drakx-68b10261c5c819d353eef813895116d00ef4fc30.tar.bz2 drakx-68b10261c5c819d353eef813895116d00ef4fc30.tar.xz drakx-68b10261c5c819d353eef813895116d00ef4fc30.zip |
remove reiserfs from important list (mga#13295)
Diffstat (limited to 'perl-install/fs')
-rw-r--r-- | perl-install/fs/type.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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)', |