Date: Thu, 16 May 2002 16:08:07 -0700 (PDT) From: Mike Hoskins <mike@adept.org> To: Nikhil Mittal <nikhil@east.isi.edu> Cc: <questions@freebsd.org>, freebsd-stable <freebsd-stable@freebsd.org> Subject: Re: upgrading to 4.5-stable ??? Message-ID: <20020516160512.A56337-100000@snafu.adept.org> In-Reply-To: <CJEPLFODLPELJPPNFGECEEIACAAA.nikhil@east.isi.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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 reboot This is on my own lightly-loaded system. On busy servers, I take them out of service and boot singleuser before doing installworld. For what I believe is a detailed and 'cautious' step-by-step guide, refer to the handbook: http://www.freebsd.org/handbook/makeworld.html Good luck, -Mike -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." --Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020516160512.A56337-100000>