Linked by Thom Holwerda on Tue 20th Nov 2007 16:56 UTC, submitted by vermaden
FreeBSD The third beta of FreeBSD 7.0 has been released. I cannot seem to find any information on changes between the second beta and this one. Additionally, the release schedule doesn't even list a third beta.
Thread beginning with comment 285742
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Changes
by netpython on Wed 21st Nov 2007 07:27 UTC in reply to "RE[2]: Changes"
netpython
Member since:
2005-07-06

Yes. As long as build installworld doesn't fail or installkernel ;)

Isn't it "make installworld" and "make buildkernel" ?

Reply Parent Bookmark Score: 3

RE[4]: Changes
by Doc Pain on Thu 22nd Nov 2007 04:47 in reply to "RE[3]: Changes"
Doc Pain Member since:
2006-10-08

"Isn't it "make installworld" and "make buildkernel" ?"

Not exactly. Following the recommended update procedure, its

# make buildworld buildkernel

first, then

# make installkernel

followet by a restart and boot -s to start with the new kernel in single user mode, and then

# make installworld

to complete the installation.

Refer to the FreeBSD handbook because I didn't mention mergemaster, KERNCONF etc. here.

While the build* target may fail without any impact on the system, the install* ones can, allthough after "make installkernel" you can reboot with your previous kernel (kernel.old). If "make installworld" fails... good luck. :-)

Reply Parent Bookmark Score: 3

RE[5]: Changes
by kwag on Thu 22nd Nov 2007 15:09 in reply to "RE[4]: Changes"
kwag Member since:
2006-08-31

You forgot something just before and after "# make installworld" ;)

The correct steps are:

1) # make buildworld buildkernel
2) # make installkernel
3) Reboot in Single User Mode, either pressing F4 or boot -s
4) # mergemaster -p
5) # cd /usr/src
6) # make installworld
7) # mergemaster

Then reboot ;)

Greets!

Reply Parent Bookmark Score: 2