From owner-freebsd-hackers Fri May 22 13:22:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08403 for freebsd-hackers-outgoing; Fri, 22 May 1998 13:22:04 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08247 for ; Fri, 22 May 1998 13:20:42 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id NAA06132; Fri, 22 May 1998 13:20:32 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Eivind Eklund cc: "David E. Cross" , freebsd-hackers@FreeBSD.ORG Subject: Re: Problem resolutions... In-reply-to: Your message of "Fri, 22 May 1998 22:11:49 +0200." <19980522221149.45847@follo.net> Date: Fri, 22 May 1998 13:20:32 -0700 Message-ID: <6128.895868432@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Actually, I'm afraid your "correction" is incorrect. Making the kernel after a "buildworld" is completely useless since buildworld won't INSTALL any of the things (like config) that the kernel needs. You MUST install before the kernel config, build and install stage. - Jordan > On Fri, May 22, 1998 at 11:45:48AM -0700, Jordan K. Hubbard wrote: > > > Ok, maybe I am just being obtuse... (maybe I am just a Computer > > > Scientist), but I need this > > > explicitly said to me; what is the propper order for compiling? > > > > 1. Cvsup/CTM/whatever your sources up to date. > > 2. make world > s/world/buildworld/ > > > 3. make kernel > 3.5 make installworld > 3.6 make install (for kernel) > > > 4. reboot > > This give you a minimal window of vulnerability to 'anything bad'. > Not that it is guaranteed to work anyway, but it give you a better > chance. > > Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message