[syslinux:master] Update diag/ mbr instruction to match the current filename.

syslinux-bot for Jean-Christian de Rivaz jc at eclis.ch
Sun May 27 13:00:10 PDT 2012


Commit-ID:  28e6e7abceb63d8de87f16150d16cd5f5f72c64c
Gitweb:     http://www.syslinux.org/commit/28e6e7abceb63d8de87f16150d16cd5f5f72c64c
Author:     Jean-Christian de Rivaz <jc at eclis.ch>
AuthorDate: Sun, 27 May 2012 00:26:42 +0200
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Sun, 27 May 2012 14:04:57 -0400

Update diag/mbr instruction to match the current filename.

I suspect that some instructions about how to use the diag/mbr was not
updated when the source file was renamed to handoff.S. Here is a simple
proposition to fix that only into the handoff.S file.

Jean-Christian de Rivaz

Signed-off-by: Gene Cumm <gene.cumm at gmail.com>

---
 diag/mbr/handoff.S |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/diag/mbr/handoff.S b/diag/mbr/handoff.S
index 7af3fde..ab8582b 100644
--- a/diag/mbr/handoff.S
+++ b/diag/mbr/handoff.S
@@ -43,11 +43,11 @@
  * Install instructions (assuming your target is /dev/dev; file or block device):
  *
  * MBR:
- * dd conv=notrunc bs=440 count=1 if=mbr_ho.bin of=/dev/dev
+ * dd conv=notrunc bs=440 count=1 if=handoff.bin of=/dev/dev
  *
  * VBR/PBR (should work for FAT12/16/32, ext[234]fs, btrfs):
  * echo -en "\0353\0130\0220" |dd conv=notrunc bs=1 count=3 of=/dev/dev
- * dd conv=notrunc bs=2 count=210 seek=45 if=mbr_ho.bin of=/dev/dev
+ * dd conv=notrunc bs=2 count=210 seek=45 if=handoff.bin of=/dev/dev
  */
 
 // #define DEBUG_MARKER1	/* Insert markers in binary */


More information about the Syslinux-commits mailing list