svn commit: r46242 - head/en_US.ISO8859-1/books/handbook/install

Jason Helfman jgh at FreeBSD.org
Fri Jan 30 07:29:56 UTC 2015


Author: jgh
Date: Fri Jan 30 07:29:55 2015
New Revision: 46242
URL: https://svnweb.freebsd.org/changeset/doc/46242

Log:
  - fix command-line arguments
  
  [1] http://lists.freebsd.org/pipermail/freebsd-doc/2015-January/024903.html
  
  Differential Revision:	https://reviews.freebsd.org/D1730
  Reported by:	Chad Smith [1]
  Approved by:	remko (mentor)

Modified:
  head/en_US.ISO8859-1/books/handbook/install/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/install/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/install/chapter.xml	Fri Jan 30 04:22:33 2015	(r46241)
+++ head/en_US.ISO8859-1/books/handbook/install/chapter.xml	Fri Jan 30 07:29:55 2015	(r46242)
@@ -4190,7 +4190,7 @@ Please press any key to reboot.</screen>
 	    port:</para>
 
 	  <screen>&prompt.root; <userinput>mkisofs -v -b boot/cdboot -no-emul-boot -r -J -V "<replaceable>Headless_install</replaceable>" \
-	    -o <replaceable>Headless-</replaceable>&os;-<replaceable>&rel2.current;</replaceable>-RELEASE-<replaceable>i386</replaceable>-disc1.iso<replaceable>/path/to/headless-iso</replaceable></userinput></screen>
+	    -o <replaceable>Headless-</replaceable>&os;-<replaceable>&rel2.current;</replaceable>-RELEASE-<replaceable>i386</replaceable>-disc1.iso<replaceable> /path/to/headless-iso</replaceable></userinput></screen>
 
 	  <para>Now that the ISO image is configured correctly, burn
 	    it to a CD/DVD media using a burning application.</para>


More information about the svn-doc-head mailing list