From 5cf4c71f9cd6e224a04f715a3447bf6508275788 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 11 Feb 2003 21:39:28 +0000 Subject: add "OS/2 boot manager" (see bug #1338) --- perl-install/partition_table/raw.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/partition_table/raw.pm b/perl-install/partition_table/raw.pm index c198273e0..0b06848ac 100644 --- a/perl-install/partition_table/raw.pm +++ b/perl-install/partition_table/raw.pm @@ -27,6 +27,7 @@ if_(arch() =~ /ppc/, [ 'DocsBoot', 0x148, 'DocsBoot' ], [ 'system_commander', 0x1ad, "SYSCMNDRSYS" ], [ 'Be Os', 0x24, 'Boot Manager' ], + [ 'os2', 0, "\xFA\xB8\x30\x00", 0xfA, "OS/2" ], [ 'TimO', 0, 'IBM Thinkpad hibernation partition' ], [ 'dos', 0xa0, "\x25\x03\x4E\x02\xCD\x13" ], [ 'dos', 0xa0, "\x00\xB4\x08\xCD\x13\x72" ], #- nt2k's -- cgit v1.2.1