svn commit: r49539 - head/en_US.ISO8859-1/books/handbook/bsdinstall

Warren Block wblock at FreeBSD.org
Fri Oct 21 20:31:14 UTC 2016


Author: wblock
Date: Fri Oct 21 20:31:12 2016
New Revision: 49539
URL: https://svnweb.freebsd.org/changeset/doc/49539

Log:
  Explain the difference between memstick.img and mini-memstick.img.
  Patch provided by Tim Moore <timmoore88_gmail.com>.
  
  PR:		213468
  Submitted by:	Michael Necio <michael at necio.ca>
  Differential Revision:	https://reviews.freebsd.org/D8252

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

Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml	Fri Oct 21 19:24:29 2016	(r49538)
+++ head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml	Fri Oct 21 20:31:12 2016	(r49539)
@@ -488,6 +488,15 @@
 	    <acronym>USB</acronym> stick using the instructions
 	    below.</para>
 	</listitem>
+	
+	<listitem>
+	  <para><literal>-mini-memstick.img</literal>: Like
+	    <literal>-bootonly.iso</literal>, does not include
+	    installation files, but downloads them as needed.  A
+	    working internet connection is required during
+	    installation.  Write this file to a <acronym>USB</acronym>
+	    stick as shown in <xref linkend="bsdinstall-usb"/>.</para>
+	</listitem>
       </itemizedlist>
 
       <para>After downloading the image file, download


More information about the svn-doc-all mailing list