![]() |
|
|||||||
| FreeBSD Installation and Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|||
|
how do I upgrade from freebsd7.0 to freebsd7.1, do i just run cvsup and buildworld and buildkernel or do I need to do additional things?
Regards, .. |
|
||||
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FreeBSD6.3 upgrade to FreeBSD7.0 | Ofloo | FreeBSD Installation and Upgrading | 16 | 21st February 2009 07:02 PM |
| How do I upgrade? | wubrgamer | FreeBSD Ports and Packages | 2 | 27th August 2008 07:18 PM |
| Do I need to Upgrade my Kernel yet | Marred | FreeBSD Ports and Packages | 10 | 19th June 2008 05:33 PM |
| Guide: Atheros ar5007 wifi cards in freebsd7 | Dazhelpwiz | FreeBSD Installation and Upgrading | 3 | 16th June 2008 02:23 AM |
| upgrade from 5.5 to 6.3 | keithlybsd | FreeBSD Installation and Upgrading | 9 | 27th May 2008 06:21 PM |