svn commit: r51698 - head/de_DE.ISO8859-1/books/handbook/virtualization

Bjoern Heidotting bhd at FreeBSD.org
Mon May 21 18:24:59 UTC 2018


Author: bhd
Date: Mon May 21 18:24:58 2018
New Revision: 51698
URL: https://svnweb.freebsd.org/changeset/doc/51698

Log:
  Update to r51545:
  Drop if_tap, sort kld_list
  Modules are auto-loaded by ifconfig so there is no reason to explicitly list them.
  
  Update to r51540:
  handbook: prefer use of kld_list over loader.conf
  While these are not semantically identical, prefer using kld_list where
  possible.

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

Modified: head/de_DE.ISO8859-1/books/handbook/virtualization/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/virtualization/chapter.xml	Mon May 21 18:22:04 2018	(r51697)
+++ head/de_DE.ISO8859-1/books/handbook/virtualization/chapter.xml	Mon May 21 18:24:58 2018	(r51698)
@@ -5,7 +5,7 @@
 
      $FreeBSD$
      $FreeBSDde: de-docproj/books/handbook/virtualization/chapter.xml,v 1.14 2010/07/03 14:29:30 jkois Exp $
-     basiert auf: r51515
+     basiert auf: r51545
 -->
 <chapter xmlns="http://docbook.org/ns/docbook"
   xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@@ -1477,19 +1477,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="vmm nmdm"</programlisting>
 	</step>
       </procedure>
     </sect2>


More information about the svn-doc-all mailing list