From 346e345e6701dc4379cee3e32f4055cf112d5dd2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 5 Aug 2004 04:13:39 +0000 Subject: "PPC PReP Boot" is an "important" type on ppc --- perl-install/fs/type.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/fs/type.pm') diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 70e388177..e2b484647 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -34,6 +34,7 @@ if_(arch() =~ /i.86|ia64|x86_64/, if_(arch() =~ /ppc/, 0x401 => 'apple', 'Apple Bootstrap', 0x402 => 'hfs', 'Apple HFS Partition', + 0x41 => '', 'PPC PReP Boot', ), ], @@ -97,7 +98,9 @@ if_(arch() =~ /ppc/, 0x39 => '', 'Plan 9', 0x3c => '', 'PartitionMagic recovery', 0x40 => '', 'Venix 80286', +if_(arch() !~ /ppc/, 0x41 => '', 'PPC PReP Boot', +), 0x42 => '', 'SFS', 0x4d => '', 'QNX4.x', 0x4e => '', 'QNX4.x 2nd part', -- cgit v1.2.1