[syslinux:master] diag/mbr/README: consistent docs

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Wed Mar 16 14:00:24 PDT 2011


Commit-ID:  17c160ca2c5e9c6eceff840d061cace27c50e5bc
Gitweb:     http://syslinux.zytor.com/commit/17c160ca2c5e9c6eceff840d061cace27c50e5bc
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Wed, 9 Mar 2011 13:51:06 -0500
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Wed, 9 Mar 2011 21:07:03 -0500

diag/mbr/README: consistent docs



---
 diag/mbr/README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/diag/mbr/README b/diag/mbr/README
index 390f51d..fb7a7dd 100644
--- a/diag/mbr/README
+++ b/diag/mbr/README
@@ -7,7 +7,7 @@ handoff.bin	Show the data that the BIOS/MBR hands off to an MBR/VBR.
 
 Writing out an MBR is straight forward (it is assumed below that /dev/hda is the target raw device and /dev/hda1 is the target partition):
 
-  dd bs=440 conv=notrunc count=1 if=mbr.bin of=/dev/hda
+  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:
 



More information about the Syslinux-commits mailing list