diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-03-02 19:27:09 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-03-02 19:27:09 +0000 |
commit | 76c71daae7bc9159fecf71c89447f4ef57f474f5 (patch) | |
tree | f2399f71f3168ac1fd3ebe16febf4a7b03247390 | |
parent | dd9c11f089f792ceef9092753d37e490b308fc80 (diff) | |
download | drakx-76c71daae7bc9159fecf71c89447f4ef57f474f5.tar drakx-76c71daae7bc9159fecf71c89447f4ef57f474f5.tar.gz drakx-76c71daae7bc9159fecf71c89447f4ef57f474f5.tar.bz2 drakx-76c71daae7bc9159fecf71c89447f4ef57f474f5.tar.xz drakx-76c71daae7bc9159fecf71c89447f4ef57f474f5.zip |
better name for windobe new 0x42 special id (their own LVM marker)
-rw-r--r-- | perl-install/partition_table.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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', |