diff options
author | Bjoern Heidotting <bhd@FreeBSD.org> | 2018-05-21 18:24:58 +0000 |
---|---|---|
committer | Bjoern Heidotting <bhd@FreeBSD.org> | 2018-05-21 18:24:58 +0000 |
commit | 68c9c268dc9f1878ea5acdb3eb34f23121336d20 (patch) | |
tree | 48b9efcc5d233e643976e814920b5fd22b9a7380 /de_DE.ISO8859-1 | |
parent | 29900221db6eee67755c4e230135d6f9e29d4f6f (diff) |
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.
Notes
Notes:
svn path=/head/; revision=51698
Diffstat (limited to 'de_DE.ISO8859-1')
-rw-r--r-- | de_DE.ISO8859-1/books/handbook/virtualization/chapter.xml | 14 |
1 files 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" @@ -1477,19 +1477,11 @@ crw------- 1 root wheel 0x1a1 Mar 17 12:19 otherguest</screen> </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> |