diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-05 12:07:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-05 12:07:44 +0000 |
commit | 25365fea641e9e5bcec2372695c9438d099b78eb (patch) | |
tree | 245722baac92b6fa9b04ec663408d7b00ea44694 /perl-install/partition_table_raw.pm | |
parent | 923889728b1fbc379cd598191c0548690824b146 (diff) | |
download | drakx-25365fea641e9e5bcec2372695c9438d099b78eb.tar drakx-25365fea641e9e5bcec2372695c9438d099b78eb.tar.gz drakx-25365fea641e9e5bcec2372695c9438d099b78eb.tar.bz2 drakx-25365fea641e9e5bcec2372695c9438d099b78eb.tar.xz drakx-25365fea641e9e5bcec2372695c9438d099b78eb.zip |
no_comment
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 7eee56f5a..32910648b 100644 --- a/perl-install/partition_table_raw.pm +++ b/perl-install/partition_table_raw.pm @@ -10,6 +10,7 @@ use c; my @MBR_signatures = ( [ 'empty', 0, "\0\0\0\0" ], [ 'grub', 0, "\xEBG", 0x17d, "stage1 \0" ], + [ 'grub', 0, "\xEBH", 0x17e, "stage1 \0" ], [ 'grub', 0, "\xEBH", 0x18a, "stage1 \0" ], [ 'lilo', 0x2, "LILO" ], [ 'lilo', 0x6, "LILO" ], |