summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-08-05 04:13:39 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-08-05 04:13:39 +0000
commit346e345e6701dc4379cee3e32f4055cf112d5dd2 (patch)
treefce02ec17f7281ea178054fb7afa2b80368e5d42 /perl-install/fs
parentb1d9fec7b7ecdce88ff72cab3bc349f6aa341539 (diff)
downloaddrakx-backup-do-not-use-346e345e6701dc4379cee3e32f4055cf112d5dd2.tar
drakx-backup-do-not-use-346e345e6701dc4379cee3e32f4055cf112d5dd2.tar.gz
drakx-backup-do-not-use-346e345e6701dc4379cee3e32f4055cf112d5dd2.tar.bz2
drakx-backup-do-not-use-346e345e6701dc4379cee3e32f4055cf112d5dd2.tar.xz
drakx-backup-do-not-use-346e345e6701dc4379cee3e32f4055cf112d5dd2.zip
"PPC PReP Boot" is an "important" type on ppc
Diffstat (limited to 'perl-install/fs')
-rw-r--r--perl-install/fs/type.pm3
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',