From a6f5badbd4ab6f34b5340a45c7a6557395eddc89 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 12 Sep 2000 09:41:04 +0000 Subject: no_comment --- perl-install/partition_table.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/partition_table.pm') diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index aae124ba5..249416ba3 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -22,8 +22,8 @@ use partition_table_mac; use log; -@important_types = ('Linux native', 'Linux swap', 'Win98 FAT32'); -@important_types2 = (arch() =~ /i.86/ ? 'ReiserFS' : (), 'Linux RAID'); +@important_types = ('Linux native', arch() =~ /i.86/ ? 'ReiserFS' : (), 'Linux swap', 'Win98 FAT32'); +@important_types2 = ('Linux RAID'); @fields2save = qw(primary extended totalsectors isDirty needKernelReread); -- cgit v1.2.1