From 68c9c268dc9f1878ea5acdb3eb34f23121336d20 Mon Sep 17 00:00:00 2001 From: Bjoern Heidotting <bhd@FreeBSD.org> Date: Mon, 21 May 2018 18:24:58 +0000 Subject: [PATCH] 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. --- .../books/handbook/virtualization/chapter.xml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/de_DE.ISO8859-1/books/handbook/virtualization/chapter.xml b/de_DE.ISO8859-1/books/handbook/virtualization/chapter.xml index dbd46268af..b3d2ee9927 100644 --- a/de_DE.ISO8859-1/books/handbook/virtualization/chapter.xml +++ b/de_DE.ISO8859-1/books/handbook/virtualization/chapter.xml @@ -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" @@ -1476,20 +1476,12 @@ crw------- 1 root wheel 0x1a1 Mar 17 12:19 otherguest</screen> <programlisting>net.link.tap.up_on_open=1</programlisting> </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>