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

Benjamin Kaduk <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
On Mon, Apr 09, 2018 at 08:00:47AM +0000, Eitan Adler wrote:
> 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>

Do we have a good way to indicate that the if_tap, vmm, and nmdm
entries should be added to any existing kld_list stanza, if already
present?  Just adding a new line would have the second assignment
override the first, which seems likely to cause breakage.

-Ben

>  	</step>
>        </procedure>
>      </sect2>
> _______________________________________________
> [email protected] mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-doc-all
> To unsubscribe, send any mail to "[email protected]"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.