Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Dec 2018 13:17:00 +0200
From:      Konstantin Belousov <kostikbel@gmail.com>
To:        Chris Rees <crees@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r342389 - head/share/man/man5
Message-ID:  <20181224111700.GV60291@kib.kiev.ua>
In-Reply-To: <201812241047.wBOAlmwc092761@repo.freebsd.org>
References:  <201812241047.wBOAlmwc092761@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 24, 2018 at 10:47:48AM +0000, Chris Rees wrote:
> Author: crees (doc,ports committer)
> Date: Mon Dec 24 10:47:48 2018
> New Revision: 342389
> URL: https://svnweb.freebsd.org/changeset/base/342389
> 
> Log:
>   Clarify kld_list format
>   
>   PR:		docs/234248
>   Submitted by:	David Fiander
>   Submitted by:	Miroslav Lachman
> 
> Modified:
>   head/share/man/man5/rc.conf.5
> 
> Modified: head/share/man/man5/rc.conf.5
> ==============================================================================
> --- head/share/man/man5/rc.conf.5	Mon Dec 24 06:14:32 2018	(r342388)
> +++ head/share/man/man5/rc.conf.5	Mon Dec 24 10:47:48 2018	(r342389)
> @@ -248,12 +248,14 @@ Default
>  .Pa /etc/ddb.conf .
>  .It Va kld_list
>  .Pq Vt str
> -A list of kernel modules to load right after the local
> -disks are mounted.
> +A whitespace-separated list of kernel modules to load right after
> +the local disks are mounted, without any
> +.Pa .ko
> +extension or path.
I think both extension and path are accepted if supplied.
It is the behaviour described in kldload(8).

>  Loading modules at this point in the boot process is
>  much faster than doing it via
>  .Pa /boot/loader.conf
> -for those modules not necessary for mounting local disk.
> +for those modules not necessary for mounting local disks.
>  .It Va kldxref_enable
>  .Pq Vt bool
>  Set to



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