From d2a541f64b16ccc3066a4b628d8cbafc7917967f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 4 Sep 2001 17:05:09 +0000 Subject: re-add JFS --- perl-install/partition_table.pm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'perl-install/partition_table.pm') diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index 1cd6ede24..09f8586cf 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -15,11 +15,9 @@ use common; use partition_table_raw; 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: ext3', 'DOS FAT16', 'Win98 FAT32')); -} +@important_types = ('Linux native', 'Linux swap', + if_(arch() =~ /i.86/, 'Journalised FS: ext3', 'Journalised FS: ReiserFS', 'Journalised FS: JFS', 'DOS FAT16', 'Win98 FAT32'), + if_(arch() =~ /ppc/, 'Apple HFS Partition', 'Apple Bootstrap')); @important_types2 = ('Linux RAID', 'Linux Logical Volume Manager partition'); @fields2save = qw(primary extended totalsectors isDirty needKernelReread); -- cgit v1.2.1