From 9528621622106517834d7e755534a0403ea7a616 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 25 Aug 2005 12:24:41 +0000 Subject: conectiva 10's grub detection (thanks to bogdano) --- perl-install/partition_table/raw.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/partition_table/raw.pm') diff --git a/perl-install/partition_table/raw.pm b/perl-install/partition_table/raw.pm index 52f8e3cab..82d2c3cd9 100644 --- a/perl-install/partition_table/raw.pm +++ b/perl-install/partition_table/raw.pm @@ -19,6 +19,7 @@ if_(arch() =~ /ppc/, [ 'grub', 0, "\xEBH", 0x17e, "stage1 \0" ], [ 'grub', 0, "\xEBH", 0x18a, "stage1 \0" ], [ 'grub', 0, "\xEBH", 0x181, "GRUB \0" ], + [ 'grub', 0, "\xEBH", 0x176, "GRUB \0" ], #- Conectiva 10 [ 'lilo', 0x2, "LILO" ], [ 'lilo', 0x6, "LILO" ], [ 'lilo', 0x6 + 0x40, "LILO" ], #- when relocated in lilo's bsect_update(), variable "space" on paragraph boundary gives 0x40 -- cgit v1.2.1