From 70c400f9a433cb7139c3c30e3cd8aaf350613483 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 19 Sep 1999 21:53:25 +0000 Subject: no_comment --- perl-install/partition_table_raw.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/partition_table_raw.pm') diff --git a/perl-install/partition_table_raw.pm b/perl-install/partition_table_raw.pm index 2cc83259f..d10d66fc3 100644 --- a/perl-install/partition_table_raw.pm +++ b/perl-install/partition_table_raw.pm @@ -15,8 +15,9 @@ my $nb_primary = 4; my $offset = $common::SECTORSIZE - length($magic) - $nb_primary * common::psizeof($format); my @MBR_signatures = ( - [ 'LILO', 0x6, "LILO" ], - [ 'DOS', 0xa0, "\x25\x03\x4E\x02\xCD\x13" ], + [ 'empty', 0, "\0\0\0\0" ], + [ 'lilo', 0x6, "LILO" ], + [ 'dos', 0xa0, "\x25\x03\x4E\x02\xCD\x13" ], ); sub compute_CHS($$) { -- cgit v1.2.1