Paige Thompson wrote: > Also I wanted to note how I got to this problem: > > [root@ /usr/src]# make buildkernel config=GENERIC 2> error.log > [snip]
cd /usr/obj and rm -rf usr before trying again. Then cd /usr/src and do: make buildkernel KERNCONF=nameofsomeconffile another example: make buildkernel KERNCONF=GENERIC If you have an unadulterated GENERIC conf file present and you just issue make buildkernel by itself it will select GENERIC as default. Try correct procedure first, and hope there is no problem. -Mike _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"