From 76c71daae7bc9159fecf71c89447f4ef57f474f5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 2 Mar 2002 19:27:09 +0000 Subject: better name for windobe new 0x42 special id (their own LVM marker) --- perl-install/partition_table.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/partition_table.pm') diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index 9b09da13b..155462776 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -90,7 +90,7 @@ if_(arch() =~ /^ppc/, 0x3c => 'PartitionMagic recovery partition', 0x40 => 'Venix 80286', 0x41 => 'Linux/MINIX (sharing disk with DRDOS) / Personal RISC Boot / PPC PReP (Power PC Reference Platform) Boot', - 0x42 => 'Linux swap (sharing disk with DRDOS) / SFS (Secure Filesystem) / W2K marker', + 0x42 => 'Windows Dynamic Partition', 0x43 => 'Linux native (sharing disk with DRDOS)', 0x45 => 'EUMEL/Elan', 0x46 => 'EUMEL/Elan 0x46', -- cgit v1.2.1