Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2018 09:33:18 -0700
From:      John Baldwin <jhb@freebsd.org>
To:        Eitan Adler <eadler@freebsd.org>
Cc:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   Re: svn commit: r51540 - head/en_US.ISO8859-1/books/handbook/virtualization
Message-ID:  <1867954.MSNVI2QpNu@ralph.baldwin.cx>
In-Reply-To: <201804090800.w3980lsg065537@repo.freebsd.org>
References:  <201804090800.w3980lsg065537@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, April 09, 2018 08:00:47 AM 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.

Eh, /etc/rc.d/kld isn't guaranteed to run before /etc/rc.d/netif.  That
said, cloned_interfaces invokes 'ifconfig' without '-n' which means that
ifconfig(8) will autoload the modules.  Your change below left out
'if_bridge' from kld_list, and it should probably drop 'if_tap'.

I'd probably also sort the list while at it ("nmdm vmm").

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1867954.MSNVI2QpNu>