From owner-freebsd-questions Fri Sep 6 14:49:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8953C37B400 for ; Fri, 6 Sep 2002 14:49:28 -0700 (PDT) Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1864743E65 for ; Fri, 6 Sep 2002 14:49:28 -0700 (PDT) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-034dcwashp0213.dialsprint.net ([65.179.96.213] helo=moo.holy.cow) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17nQyX-00077j-00; Fri, 06 Sep 2002 14:49:14 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id B1F4DC552; Fri, 6 Sep 2002 17:51:42 -0400 (EDT) Date: Fri, 6 Sep 2002 17:51:42 -0400 From: parv To: Roman Neuhauser Cc: Anthony Abby , Bsd Neophyte , Jonathan Chen , FreeBSD Questions Subject: Re: upgrading and updating .... extremely complicated for me. Message-ID: <20020906215142.GA83894@moo.holy.cow> Mail-Followup-To: Roman Neuhauser , Anthony Abby , Bsd Neophyte , Jonathan Chen , FreeBSD Questions References: <20020906190323.71502.qmail@web20108.mail.yahoo.com> <1031341376.23123.5.camel@laptop.aplusdata.com> <20020906200951.GF83171@freepuppy.bellavista.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020906200951.GF83171@freepuppy.bellavista.cz> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <20020906200951.GF83171@freepuppy.bellavista.cz>, wrote Roman Neuhauser thusly... > > 1 # su not needed if already root > 2 # cd /usr/src > 3 # make update 3 not pertinet if src is already updated; may give errors if things are not in order. > 4 # make buildworld > 5 # make buildkernel KERNCONF= > 6 # make installkernel KERNCONF= > 7 # make installworld > 8 # mergemaster -si > 9 # shutdown -r now 7 & 8 should be after 9, giving... 0 # (be root) 1 # cd /usr/src 2 # make buildworld 3 # make buildkernel KERNCONF= 4 # make installkernel KERNCONF= 5 # shutdown -r now 6 # make installworld 7 # mergemaster -i -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message