From 91826e819af133ca9839fa2ec5087e87f336e699 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 8 Jun 1996 23:27:16 +0000 Subject: Bring back the `config file in the kernel' feature from the 1.x days. This is conditionalized by the INCLUDE_CONFIG_FILE option in your kernel config file and is not turned on by default. Submitted-By: Bill Pechter --- usr.sbin/config/config.8 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'usr.sbin/config/config.8') diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index 32cb360..35de364 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -159,6 +159,13 @@ the problems in the configuration file should be corrected and should be run again. Attempts to compile a system that had configuration errors are likely to fail. +.Pp +If the option "INCLUDE_CONFIG_FILE" is used in the configuration file the +entire input file is embedded in the new kernel. This means that +.Xr strings 1 +can be used to extract it from a kernel. +.Pp +strings | grep ___ will print just the configure information. .Sh FILES .Bl -tag -width /sys/i386/conf/Makefile.i386 -compact .It Pa /sys/conf/files -- cgit v1.1