What's the most efficient way to configure a minimal kernel? Instead of copying GENERIC and going over it with a fine-tooth comb, can I just
[*]
vi MYKERNEL
and include GENERIC then define my settings so that they override the GENERIC settings? Also, given this will be my first custom FreeBSD kernel, what's the bare necessities for a server and can I still get away with the quick procedure [*]?[*]
Code:
# cd /usr/src
# make buildworld
# make buildkernel installkernel KERNCONF=MYKERNEL
# make installworld
# mergemaster -Ui
# shutdown -r now