CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/09/13 05:49:22
Modified files:
libexec/reorder_kernel: reorder_kernel.sh Makefile
distrib/miniroot: install.sub
etc : changelist
share/man/man8 : boot_config.8
usr.sbin/config: config.8
Added files:
libexec/reorder_kernel: bsd.re-config.5
Log message:
introduce /etc/bsd.re-config which can be used to configure the kernel
using config(8);
the contents of this configuration file will be fed to config(8) after
kernel relinking is done, so on the next boot the new kernel will have
all the configuration changes set by the user
this comes handy if you still want to use KARL while making changes
to the GENERIC kernel
diff from Paul de Weerd with input from several developers