From: Matt Fleming Date: Tue, 23 Oct 2012 15:49:23 +0000 (+0100) Subject: diag/mbr: Fix typo in README X-Git-Tag: syslinux-5.00-pre9~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5d8c3f1676afb21cc9f780b6161eaaab35730fc;p=platform%2Fupstream%2Fsyslinux.git diag/mbr: Fix typo in README Reported-by: Ady Signed-off-by: Matt Fleming --- 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