diff options
author | Gene Cumm <gene.cumm@gmail.com> | 2011-03-09 13:51:06 -0500 |
---|---|---|
committer | Gene Cumm <gene.cumm@gmail.com> | 2011-03-09 21:07:03 -0500 |
commit | 17c160ca2c5e9c6eceff840d061cace27c50e5bc (patch) | |
tree | effbf4a56316bc50b0f5dd0b870c969dba440593 /diag | |
parent | 0b298f8be44c7ee2f532e823a16cba9397ddf551 (diff) | |
download | syslinux-17c160ca2c5e9c6eceff840d061cace27c50e5bc.tar.gz |
diag/mbr/README: consistent docs
Diffstat (limited to 'diag')
-rw-r--r-- | diag/mbr/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diag/mbr/README b/diag/mbr/README index 390f51d0..fb7a7dd8 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: |