svn commit: r51540 - head/en_US.ISO8859-1/books/handbook/virtualization

Eitan Adler eadler at FreeBSD.org
Mon Apr 9 08:00:48 UTC 2018


Author: eadler
Date: Mon Apr  9 08:00:47 2018
New Revision: 51540
URL: https://svnweb.freebsd.org/changeset/doc/51540

Log:
  handbook: prefer use of kld_list over loader.conf
  
  While these are not semantically identical, prefer using kld_list where
  possible.

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

Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml	Fri Apr  6 16:20:13 2018	(r51539)
+++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml	Mon Apr  9 08:00:47 2018	(r51540)
@@ -1353,19 +1353,11 @@ crw-------   1 root  wheel  0x1a1 Mar 17 12:19 othergu
 	</step>
 
 	<step>
-	  <title><filename>/boot/loader.conf</filename></title>
-
-	  <programlisting>vmm_load="YES"
-nmdm_load="YES"
-if_bridge_load="YES"
-if_tap_load="YES"</programlisting>
-	</step>
-
-	<step>
 	  <title><filename>/etc/rc.conf</filename></title>
 
 	  <programlisting>cloned_interfaces="<replaceable>bridge0</replaceable> <replaceable>tap0</replaceable>"
-ifconfig_bridge0="addm <replaceable>igb0</replaceable> addm <replaceable>tap0</replaceable>"</programlisting>
+ifconfig_bridge0="addm <replaceable>igb0</replaceable> addm <replaceable>tap0</replaceable>
+kld_list="if_tap vmm nmdm"</programlisting>
 	</step>
       </procedure>
     </sect2>


More information about the svn-doc-all mailing list