On Fri, Apr 13, 2007 at 10:14:23AM +0200, Didier Wiroth wrote:
> Hello,
> 
> I've customized /usr/src/etc/etc.i386/Makefile.inc to create 2 additional 
> kernels:
> bsd.acpi + bsd.mp.acpi
> 
> I created a custom cd which now has the following kernels:
> bsd.rd
> bsd
> bsd.mp
> bsd.acpi
> bsd.mp.acpi
> 
> When launching the standard install process with bsd.rd, you can only 
> see/select the standard files:
> bsd
> bsd.mp
> base41.tgz
> etc41.tgz 
> ....
> etc
> xbase41.tgz
> ....
> but bsd.acpi + bsd.mp.acpi are not shown, why?
> 
> How or what do I have to modify to be able to "select and install" my custom 
> kernels (bsd.acpi + bsd.mp.acpi) during the standard setup procedure?
> 

distrib/miniroot/install.sub, near the very end, contains the code
which 'knows' about which files to check for. Add your new files
there.

Probably THESETS at line 1670 or so is the best place to add the
kernal names.

.... Ken

Reply via email to