diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-08-05 04:13:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-08-05 04:13:39 +0000 |
commit | 346e345e6701dc4379cee3e32f4055cf112d5dd2 (patch) | |
tree | fce02ec17f7281ea178054fb7afa2b80368e5d42 | |
parent | b1d9fec7b7ecdce88ff72cab3bc349f6aa341539 (diff) | |
download | drakx-346e345e6701dc4379cee3e32f4055cf112d5dd2.tar drakx-346e345e6701dc4379cee3e32f4055cf112d5dd2.tar.gz drakx-346e345e6701dc4379cee3e32f4055cf112d5dd2.tar.bz2 drakx-346e345e6701dc4379cee3e32f4055cf112d5dd2.tar.xz drakx-346e345e6701dc4379cee3e32f4055cf112d5dd2.zip |
"PPC PReP Boot" is an "important" type on ppc
-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', |