From owner-freebsd-questions@FreeBSD.ORG Sun Jan 22 04:58:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 DBD4516A422 for ; Sun, 22 Jan 2006 04:58:10 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id F08AF43D45 for ; Sun, 22 Jan 2006 04:58:09 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: by uproxy.gmail.com with SMTP id j3so323594ugf for ; Sat, 21 Jan 2006 20:58:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=H3UUYI2dtokKCmPAnTC+5/IsSdjINQde4oUOQIfoenVgsrmXwaehk505NLEeq9u4zfdmxVm1lhWCacGFAivIBtQUZziIYr6nYLiFDHudFk8evdPgAaCmjJVK1mFCn+RqINlw2ExlHj3cciB+ZEp/RLQ1kQB7FDC9zDndU9pH6xU= Received: by 10.48.157.1 with SMTP id f1mr249093nfe; Sat, 21 Jan 2006 20:58:08 -0800 (PST) Received: by 10.48.216.4 with HTTP; Sat, 21 Jan 2006 20:58:08 -0800 (PST) Message-ID: Date: Sat, 21 Jan 2006 23:58:08 -0500 From: Xn Nooby To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Post-Install update steps? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jan 2006 04:58:11 -0000 After installing FreeBSD, I would like to follow some simple steps to get i= t fully up-to-date. The Handbook and other online instructions seem a bit overwhelming. I developed some instructions when I was experiementing with 5.x, and I'm not sure if the are still valid for 6.x. Do these instruction= s look okay, or should I be using something else? -------------- cd /usr/ports/editors/nano make install clean cd /usr/ports/net/cvsup make all install clean cd /usr/ports/net/cvsup-without-gui make all install clean cd /usr/ports/sysutils/portupgrade make install clean rehash cd /usr/src cp /usr/share/examples/cvsup/stable-supfile . cp /usr/share/examples/cvsup/refuse . nano -w stable-supfile *host =3D cvsup10.FreeBSD.org *default release=3Dcvs tag=3DRELENG_6 ... ports-all tag=3D. doc-all tag=3D. cvsup -g -L 2 stable-supfile less UPDATING make buildworld make buildkernel KERNCONF=3DGENERIC make installkernel shutdown -r now shutdown now cd /usr/src make installworld mergemaster delete hosts file ! run MAKEDEV at end ! shutdown -r now portsdb -Uu portversion -l "<" portupgrade -arR reboot