From c5d8c3f1676afb21cc9f780b6161eaaab35730fc Mon Sep 17 00:00:00 2001 From: Matt Fleming Date: Tue, 23 Oct 2012 16:49:23 +0100 Subject: [PATCH] diag/mbr: Fix typo in README Reported-by: Ady Signed-off-by: Matt Fleming --- diag/mbr/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diag/mbr/README b/diag/mbr/README index 96b67c6..786816c 100644 --- a/diag/mbr/README +++ b/diag/mbr/README @@ -11,7 +11,7 @@ Writing out an MBR is straight forward (it is assumed below that /dev/hda is the dd conv=notrunc bs=440 count=1 if=mbr.bin of=/dev/hda -Writing a VBR to match Syslinux requires more work as it must have a jump and be offset into the partition (and as a result the code must be compaible with this offset): +Writing a VBR to match Syslinux requires more work as it must have a jump and be offset into the partition (and as a result the code must be compatible with this offset): echo -en "\0353\0130\0220" |dd conv=notrunc bs=1 count=3 of=/dev/hda1 dd conv=notrunc bs=2 count=210 seek=45 if=mbr.bin of=/dev/hda1 -- 2.7.4