From cc59e14aff4834fc1a8dd2ebff42f568cffb1dc9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 27 Feb 2001 13:39:14 +0000 Subject: (@MBR_signatures): add yet another grub signature --- perl-install/partition_table_raw.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') 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 -- cgit v1.2.1