View Single Post
  #2   (View Single Post)  
Old 5th October 2008
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

First read FreeBSD Handbook section here:
http://freebsd.org/handbook/makeworld.html

Then its like that:
Code:
# cd /usr/src
# make buildworld
# make kernel KERNCONF=GENERIC KODIR=/boot/testing
# nextboot -k testing
# sync
# reboot

--- (if new kernel works)
# cd /boot
# mv kernel OLD
# mv testing kernel
# cd /usr/src
# mergemaster -p
# make installworld
# mergemaster -iU
# sync
# reboot

--- (optional)
# make delete-old
# make delete-old-libs
__________________
religions, worst damnation of mankind
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds

Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”.
vermaden's: links resources deviantart spreadbsd
Reply With Quote