diff options
-rw-r--r-- | perl-install/fs/type.pm | 3 |
1 files changed, 3 insertions, 0 deletions
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', |