atom feed12 messages in org.freebsd.freebsd-stableRe: upgrading to 4.5-stable ???
FromSent OnAttachments
Nikhil MittalMay 13, 2002 9:07 am 
Jonathan ChenMay 16, 2002 3:59 pm 
Kevin ObermanMay 16, 2002 4:05 pm 
Jochem KossenMay 16, 2002 4:06 pm 
Mike HoskinsMay 16, 2002 4:07 pm 
Stephen HiltonMay 16, 2002 5:28 pm 
Karl M. JochMay 16, 2002 11:46 pm 
Yanek KorffMay 17, 2002 6:55 am 
Nikhil MittalMay 17, 2002 7:26 am 
Kevin ObermanMay 17, 2002 7:47 am 
Kevin ObermanMay 17, 2002 8:04 am 
Mike HoskinsMay 17, 2002 11:20 am 
Subject:Re: upgrading to 4.5-stable ???
From:Kevin Oberman (ober@es.net)
Date:May 17, 2002 7:47:27 am
List:org.freebsd.freebsd-stable

From: "Karl M. Joch" <k.j@kmjeuro.com> Date: Fri, 17 May 2002 08:46:59 +0200 Sender: owne@FreeBSD.ORG

----- Original Message ----- From: "Mike Hoskins" <mi@adept.org> To: "Nikhil Mittal" <nik@east.isi.edu> Cc: <ques@FreeBSD.ORG>; "freebsd-stable" <free@FreeBSD.ORG> Sent: Friday, May 17, 2002 1:08 AM Subject: Re: upgrading to 4.5-stable ???

On Mon, 13 May 2002, Nikhil Mittal wrote:

As i was going thru the "UPDATING" file, do i need to compile the new kernel first before doing make world ?? Also how do i create a rescue disk ?? Please suggest other cautions too!

My usual procedure is, (using pre-tweaked kernel config) cvsup -g -L2 supfile cd /usr/src make buildworld make buildkernel KERNCONF=MYKERNEL make installkernel KERNCONF=MYKERNEL make installworld

mergemaster -a compare it manually and (cd /dev; sh MAKEDEV all) at least check all of the rc* and defaults files better the whole etc stuff before rebooting. if updating remote systems try it locally on a box in advance :-)

And, still being paranoid, I might start doing a mergemaster -p before the buildworld, although I'm not sure it should be a standard practice. I can see it leading to some when adjusting files in /etc before actually building the new world.