Subject: Re: UserKernelConfig (PR 10057)
To: None <tech-kern@netbsd.org, thorpej@zembu.com>
From: Chris Torek <torek@BSDI.COM>
List: tech-kern
Date: 05/22/2000 13:54:15
>One of the first things that needs to happen is that config(8) needs to be
>changed to not pack the locators.

I am not so sure that this is the right approach.

Instead of leaving the locators unpacked, the config-generated locators
should be viewed only as a *template*.  The actual locators should be
constructed during boot, using the config-generated templates.

Chris