diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-02-27 13:39:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-02-27 13:39:14 +0000 |
commit | cc59e14aff4834fc1a8dd2ebff42f568cffb1dc9 (patch) | |
tree | 2bfecd93dda5fbc6e82e4cc4bf4d7570f75dfa60 /perl-install/partition_table_raw.pm | |
parent | db21d78fc01f662b780dcbabbfc597e1304de01a (diff) | |
download | drakx-cc59e14aff4834fc1a8dd2ebff42f568cffb1dc9.tar drakx-cc59e14aff4834fc1a8dd2ebff42f568cffb1dc9.tar.gz drakx-cc59e14aff4834fc1a8dd2ebff42f568cffb1dc9.tar.bz2 drakx-cc59e14aff4834fc1a8dd2ebff42f568cffb1dc9.tar.xz drakx-cc59e14aff4834fc1a8dd2ebff42f568cffb1dc9.zip |
(@MBR_signatures): add yet another 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 edf0f0918..c245301b6 100644 --- a/perl-install/partition_table_raw.pm +++ b/perl-install/partition_table_raw.pm @@ -13,6 +13,7 @@ my @MBR_signatures = ( [ 'grub', 0, "\xEBG", 0x17d, "stage1 \0" ], [ 'grub', 0, "\xEBH", 0x17e, "stage1 \0" ], [ 'grub', 0, "\xEBH", 0x18a, "stage1 \0" ], + [ 'grub', 0, "\xEBH", 0x181, "GRUB \0" ], [ 'lilo', 0x2, "LILO" ], [ 'lilo', 0x6, "LILO" ], [ 'osbs', 0x2, "OSBS" ], #- http://www.prz.tu-berlin.de/~wolf/os-bs.html |