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]"
