rc.d - Add option to load kernel modules from rc.conf(5)
authorJohannes Hofmann <johannes.hofmann@gmx.de>
Thu, 2 Mar 2017 06:46:41 +0000 (07:46 +0100)
committerJohannes Hofmann <johannes.hofmann@gmx.de>
Thu, 2 Mar 2017 06:46:41 +0000 (07:46 +0100)
commit105b5cd25e6128a45c478bb759c0c573038dad71
tree9afb073391288353da83090f72cf9783c9e5589f
parent7c1d4c2ca6b8ca4effa629677ccc4c2e876a005f
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).
etc/rc.d/Makefile
etc/rc.d/modules [new file with mode: 0644]
etc/rc.d/sysctl
share/man/man5/loader.conf.5
share/man/man5/rc.conf.5