diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-19 21:30:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-19 21:30:03 +0000 |
commit | 9c9eb438a104ec8be8d67107e53e0c799a48c3cb (patch) | |
tree | 8eaa00b4f1062537d6706cd538630b5a99a0de16 | |
parent | 36d3a4fe804fb661f494d60a6969853c335b34f5 (diff) | |
download | drakx-9c9eb438a104ec8be8d67107e53e0c799a48c3cb.tar drakx-9c9eb438a104ec8be8d67107e53e0c799a48c3cb.tar.gz drakx-9c9eb438a104ec8be8d67107e53e0c799a48c3cb.tar.bz2 drakx-9c9eb438a104ec8be8d67107e53e0c799a48c3cb.tar.xz drakx-9c9eb438a104ec8be8d67107e53e0c799a48c3cb.zip |
remove JFS from @important_types (too broken for the moment)
-rw-r--r-- | perl-install/partition_table.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index efdd7da4a..0df607094 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -18,7 +18,7 @@ use log; if (arch() =~ /ppc/) { @important_types = ('Linux native', 'Linux swap', 'Apple HFS Partition', 'Apple Bootstrap'); } else { - @important_types = ('Linux native', 'Linux swap', if_(arch() =~ /i.86/, 'Journalised FS: ReiserFS', 'Journalised FS: JFS', 'Journalised FS: ext3', 'DOS FAT16', 'Win98 FAT32')); + @important_types = ('Linux native', 'Linux swap', if_(arch() =~ /i.86/, 'Journalised FS: ReiserFS', 'Journalised FS: ext3', 'DOS FAT16', 'Win98 FAT32')); } @important_types2 = ('Linux RAID', 'Linux Logical Volume Manager partition'); |