Hanno Krusken wrote:
Hi all,
specially for the novice of you, please read carefully
!!
# make clean
# make -j4 buildworld
# make buildkernel KERNCONF=YOUR-KERNEL-FILE
# make installkernel KERNCONF=YOUR-KERNEL-FILE
# reboot
Hanno Krusken
make -j4 can cause many systems to fail
The correct procedure is
make buildworld
make kernel KERNCONF=mykern
mergemaster -p
make installworld
mergemaster
regards Jason M
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"