CVS Repository/ srclibexecreorder_kernel/ Makefile


OpenBSD release(s):
1.2 (79 78 77 76 75 74 73 72 71 70), 1.1 (69 68 67 66 65 64 63 62), 
Tags:
None
revision 1.2/ (Download) - annotate - Mon, 13 Sep 2021 11:49:21 UTC by robert
OpenBSD release(s): 79 78 77 76 75 74 73 72 71 70
Changes since 1.1: +2 -1 (diff)
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

revision 1.1/ (Download) - annotate - Mon, 21 Aug 2017 21:24:11 UTC by rpe
OpenBSD release(s): 69 68 67 66 65 64 63 62
Move the kernel relinking code from /etc/rc into a seperate script
/usr/libexec/reorder_kernel. Requested by ajacoutot@ to be able to
relink the kernel from within syspatch(8).

OK deraadt@ tb@