Re: Build a kernel, extract from build dir without 'make install'?

2003-06-07 Thread Lowell Gilbert
Ryan Martin [EMAIL PROTECTED] writes:

 I'm trying to build a kernel that will be installed on target systems
 via sysinstall+PXE Netboot, but due to the possible impact of some of
 its customizations I do not want it to install as the kernel on the
 system on which it is being developed/built. Is there a convenient way
 to collect all the kmods and such from the sys/compile/ID directory
 without using 'make install'?

That's what $DESTDIR is for.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Build a kernel, extract from build dir without 'make install'?

2003-06-06 Thread Ryan Martin
I'm trying to build a kernel that will be installed on target systems 
via sysinstall+PXE Netboot, but due to the possible impact of some of 
its customizations I do not want it to install as the kernel on the 
system on which it is being developed/built. Is there a convenient way 
to collect all the kmods and such from the sys/compile/ID directory 
without using 'make install'?

--
Ryan Martin [EMAIL PROTECTED] System Engineer @ Lumeta Corp.
P:(732)357-3523 F:(732)564-0731

Lumeta: The Source of Network Knowledge -- http://www.lumeta.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]