diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-08-25 12:24:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-08-25 12:24:41 +0000 |
commit | 9528621622106517834d7e755534a0403ea7a616 (patch) | |
tree | 5f993eedc5c5cedcbeb32455d63b0a18f7e5b371 | |
parent | 3e1b1b58f9341ab396395543c28a57350fec589d (diff) | |
download | drakx-9528621622106517834d7e755534a0403ea7a616.tar drakx-9528621622106517834d7e755534a0403ea7a616.tar.gz drakx-9528621622106517834d7e755534a0403ea7a616.tar.bz2 drakx-9528621622106517834d7e755534a0403ea7a616.tar.xz drakx-9528621622106517834d7e755534a0403ea7a616.zip |
conectiva 10's grub detection (thanks to bogdano)
-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 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 |