From owner-freebsd-questions@FreeBSD.ORG Wed Oct 29 14:14:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7637106567C for ; Wed, 29 Oct 2008 14:14:41 +0000 (UTC) (envelope-from pwnedomina@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.238]) by mx1.freebsd.org (Postfix) with ESMTP id 706878FC0A for ; Wed, 29 Oct 2008 14:14:41 +0000 (UTC) (envelope-from pwnedomina@gmail.com) Received: by qb-out-0506.google.com with SMTP id f30so4200qba.35 for ; Wed, 29 Oct 2008 07:14:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=OQ80OFOuhaCJji1X+YFz1srVILwtRKa98p7QEW5cK88=; b=e2QRLij78Q90jamZ+wVj9UHvK85YP2cLsNyUGpaownIQp2l98gHmMBwwZ9h93d30DB kn+MNr9ex4G5+lZSin9qBSn3o5PQWg7XiW6J5tZcmHyrQHhDvz2xh8+dyvWXTvb6CrdS YFnns7kyCG9l/TiPlzZb0csubq1JWXN17p0gU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=ZCz9HHD0orpM0oKaKF50fjBnU3WzI47+M5/lGHb4qqjTQcGiS8Vunn1zaSG1SdBg8V ucphWkd0QZliMmgqdhWwnW157ZEG0s9TqZtfQ8Tfgl29R4cgm5iYOIH68Yy0A5aeVqC4 enblqldlmBLfqOQnAOP0AnDyiZbDP/x5lwX6s= Received: by 10.210.115.17 with SMTP id n17mr10041479ebc.71.1225287811187; Wed, 29 Oct 2008 06:43:31 -0700 (PDT) Received: from ?192.168.2.101? ([81.193.51.47]) by mx.google.com with ESMTPS id d25sm2014504nfh.6.2008.10.29.06.43.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 29 Oct 2008 06:43:30 -0700 (PDT) Message-ID: <4908687B.7020105@gmail.com> Date: Wed, 29 Oct 2008 13:43:23 +0000 From: pwn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: freebsd installation order 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: Wed, 29 Oct 2008 14:14:41 -0000 immediately after the installation of FreeBSD what steps should be performed by order 1 - Configuring the FreeBSD Kernel 2 - The Cutting Edge 3 - Updating FreeBSD Is this the proper order? there is some set of rules to be followed post-installation? since, i do not find any reference mentioning the order that should be followed immediately after installation i would like to be informed if possible what will be the proper order to facilitate the maintenance of the operating system and the installation of new applications without conflicts or problems with ports. thank you.