txt/syslinux.txt: rewrap long command
authorGene Cumm <gene.cumm@gmail.com>
Sun, 23 Jun 2013 16:19:08 +0000 (12:19 -0400)
committerGene Cumm <gene.cumm@gmail.com>
Sun, 23 Jun 2013 16:19:08 +0000 (12:19 -0400)
Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
txt/syslinux.txt

index b47ea28..5966663 100644 (file)
@@ -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