git: rc.d - Add option to load kernel modules from rc.conf(5)
Johannes Hofmann
hofmann at crater.dragonflybsd.org
Wed Mar 1 22:49:12 PST 2017
commit 105b5cd25e6128a45c478bb759c0c573038dad71
Author: Johannes Hofmann <johannes.hofmann at gmx.de>
Date: Thu Mar 2 07:46:41 2017 +0100
rc.d - Add option to load kernel modules from rc.conf(5)
Due to memory limitations in the early boot phase it is not
advisable to load kernel modules that are not strictly necessary
to mount the root file system via loader.conf(5).
Therefore a new rc script "modules" is added that allows loading of
kernel modules from rc.conf(5).
Summary of changes:
etc/rc.d/Makefile | 2 +-
etc/rc.d/modules | 29 +++++++++++++++++++++++++++++
etc/rc.d/sysctl | 2 +-
share/man/man5/loader.conf.5 | 5 +++++
share/man/man5/rc.conf.5 | 13 +++++++++++++
5 files changed, 49 insertions(+), 2 deletions(-)
create mode 100644 etc/rc.d/modules
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/105b5cd25e6128a45c478bb759c0c573038dad71
--
DragonFly BSD source repository
More information about the Commits
mailing list