diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-11 21:39:28 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-11 21:39:28 +0000 |
commit | 5cf4c71f9cd6e224a04f715a3447bf6508275788 (patch) | |
tree | 591f2872cb8712b3fef754b06025d2dfb7ca47c3 | |
parent | 3da0847e041cdbd4134725d1abd94b3653eb5945 (diff) | |
download | drakx-5cf4c71f9cd6e224a04f715a3447bf6508275788.tar drakx-5cf4c71f9cd6e224a04f715a3447bf6508275788.tar.gz drakx-5cf4c71f9cd6e224a04f715a3447bf6508275788.tar.bz2 drakx-5cf4c71f9cd6e224a04f715a3447bf6508275788.tar.xz drakx-5cf4c71f9cd6e224a04f715a3447bf6508275788.zip |
add "OS/2 boot manager" (see bug #1338)
-rw-r--r-- | perl-install/partition_table/raw.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |