diff options
author | Antoine Ginies <aginies@mandriva.com> | 2011-02-21 12:38:57 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2011-02-21 12:38:57 +0000 |
commit | dd78b185c8b1c50453a6dcccaa0a277397784720 (patch) | |
tree | 70014f618942474f158884cefa87b0eb22bf3396 | |
parent | 3aee9dc41de22c0a769dbabef727287ed23e472f (diff) | |
download | drakx-dd78b185c8b1c50453a6dcccaa0a277397784720.tar drakx-dd78b185c8b1c50453a6dcccaa0a277397784720.tar.gz drakx-dd78b185c8b1c50453a6dcccaa0a277397784720.tar.bz2 drakx-dd78b185c8b1c50453a6dcccaa0a277397784720.tar.xz drakx-dd78b185c8b1c50453a6dcccaa0a277397784720.zip |
remove ex4 in fs selection
-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 40eef474a..ae289e165 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -22,7 +22,7 @@ my (%type_name2pt_type, %type_name2fs_type, %fs_type2pt_type, %pt_type2fs_type, 0x82 => 'swap', 'Linux swap', 0x83 => 'ext2', 'Linux native', 0x83 => 'ext3', 'Journalised FS: ext3', - 0x83 => 'ext4', 'Journalised FS: ext4', +# 0x83 => 'ext4', 'Journalised FS: ext4', 0x83 => 'reiserfs', 'Journalised FS: ReiserFS', if_(arch() =~ /ppc|i.86|ia64|x86_64/, 0x83 => 'xfs', 'Journalised FS: XFS', |