View Single Post
  #4   (View Single Post)  
Old 3rd September 2008
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

Do also make buildworld and make installworld steps according to FreeBSD Handbook.

I generally do it that way:
Code:
# cd /usr/src
# make buildworld
# make kernel KODIR=/boot/testing
# nextboot -k testing
# reboot
---
# cd /usr/src
# mergemaster -p
# make installworld
# mergemaster -iU
# make delete-old (optional)
# make delete-old-libs (optional)
# cd /boot
# mv kernel old
# mv testing kernel
# reboot
__________________
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