[syslinux:elflink] txt/syslinux.txt: rewrap long command

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Mon Jun 24 02:36:12 PDT 2013


Commit-ID:  2e6ccfe2bc38f11dd4696ea1bb4b1c32f47c9c91
Gitweb:     http://www.syslinux.org/commit/2e6ccfe2bc38f11dd4696ea1bb4b1c32f47c9c91
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Sun, 23 Jun 2013 12:19:08 -0400
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Sun, 23 Jun 2013 12:19:08 -0400

txt/syslinux.txt: rewrap long command

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

---
 txt/syslinux.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/txt/syslinux.txt b/txt/syslinux.txt
index b47ea28..5966663 100644
--- a/txt/syslinux.txt
+++ b/txt/syslinux.txt
@@ -191,8 +191,8 @@ the partition as active.
 For altmbr.bin, an easy way to overwrite the MBR boot block and specify
 the partion number is:
 +
-  printf '\1' | cat altmbr.bin - | dd bs=440 count=1 iflag=fullblock \
-    conv=notrunc of=/dev/sda
+  printf '\1' | cat altmbr.bin - | dd bs=440 count=1 \
+    iflag=fullblock conv=notrunc of=/dev/sda
 +
 Note: using 'cat' for writing the MBR can under some circumstances cause
 data loss or overwritting.  For this reason, using 'dd' is recommended


More information about the Syslinux-commits mailing list