Subject: Re: building a kernel with a read-only /usr/src
To: None <current-users@NetBSD.ORG>
From: Ross Harvey <ross@teraflop.com>
List: current-users
Date: 05/13/1998 06:34:04
> >Is there a mechanism to make a kernel in /usr/obj?
Another really good way: if you rename the config file "CONFIG" and insert
a "source /sys" at the top, then you can just run config(8) with no
arguments in a directory that is anywhere:
% cd anywhere
% echo source /sys > CONFIG
% cat /sys/arch/alpha/conf/GENERIC >> CONFIG
% config
% make depend; make -j5