diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-01-29 22:09:54 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-01-29 22:09:54 +0000 |
commit | c6112f999b11dbf57a12cabd4bfa277fde6704e8 (patch) | |
tree | befab80fa474c16ce42bcf414d4d4a9b6cf6953c /perl-install/partition_table_raw.pm | |
parent | b500d1944b7da62c8a0e423962b69b6b29c17cd9 (diff) | |
download | drakx-c6112f999b11dbf57a12cabd4bfa277fde6704e8.tar drakx-c6112f999b11dbf57a12cabd4bfa277fde6704e8.tar.gz drakx-c6112f999b11dbf57a12cabd4bfa277fde6704e8.tar.bz2 drakx-c6112f999b11dbf57a12cabd4bfa277fde6704e8.tar.xz drakx-c6112f999b11dbf57a12cabd4bfa277fde6704e8.zip |
add new pixel-made grub signature
Diffstat (limited to 'perl-install/partition_table_raw.pm')
-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 1087d7fbb..20a883b11 100644 --- a/perl-install/partition_table_raw.pm +++ b/perl-install/partition_table_raw.pm @@ -20,6 +20,7 @@ if_(arch() =~ /ppc/, [ 'grub', 0, "\xEBH", 0x181, "GRUB \0" ], [ 'lilo', 0x2, "LILO" ], [ 'lilo', 0x6, "LILO" ], + [ 'grub', 0x6, "GRUB" ], [ 'osbs', 0x2, "OSBS" ], #- http://www.prz.tu-berlin.de/~wolf/os-bs.html [ 'pqmagic', 0xef, "PQV" ], [ 'BootStar', 0x130, "BootStar:" ], |