From 75a4169ba5b1b64b35e36ce06a4cb823ba4de342 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 16 May 2001 16:02:06 +0000 Subject: re-add reiserfs as it should add xfs --- perl-install/partition_table.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index ea5edda77..05cb5e5f1 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -32,6 +32,9 @@ arch() =~ /^ppc/ ? ( 0x401 => 'Apple Partition', 0x401 => 'Apple Bootstrap', 0x402 => 'Apple HFS Partition', +) : arch() =~ /^i.86/ ? ( + 0x183 => 'ReiserFS', + 0x283 => 'XFS', ) : arch() =~ /^sparc/ ? ( 0x1 => 'SunOS boot', 0x2 => 'SunOS root', -- cgit v1.2.1