From 18011f2e9d699e37c6da8bec2d02de2b84a96a85 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 30 Mar 2000 14:35:23 +0000 Subject: no_comment --- perl-install/partition_table.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'perl-install/partition_table.pm') diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index 5eaba831b..68cedfe13 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -158,12 +158,16 @@ arch() =~ /^sparc/ ? ( ); my %type2fs = ( +arch() =~ /^ppc/ ? ( + 0x07 => 'hpfs', +) : ( + 0x07 => 'ntfs', +), arch() !~ /^sparc/ ? ( 0x01 => 'vfat', 0x04 => 'vfat', 0x05 => 'ignore', 0x06 => 'vfat', - 0x07 => 'hpfs', ) : (), 0x0b => 'vfat', 0x0c => 'vfat', -- cgit v1.2.1