From owner-freebsd-doc@FreeBSD.ORG Tue Jul 31 18:21:00 2007 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4512116A418 for ; Tue, 31 Jul 2007 18:21:00 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id A4E4813C442 for ; Tue, 31 Jul 2007 18:20:59 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (vader.bytemobile.ondsl.gr [83.235.244.135]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l6VI1bh7016642 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 31 Jul 2007 21:01:46 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l6VI1KCT034728; Tue, 31 Jul 2007 21:01:35 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l6VI1KE0034727; Tue, 31 Jul 2007 21:01:20 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Tue, 31 Jul 2007 21:01:20 +0300 From: Giorgos Keramidas To: Marc Fonvieille Message-ID: <20070731180120.GC34617@kobe.laptop> References: <200707310651.l6V6pkj3082173@repoman.freebsd.org> <20070731070613.GA1007@gothic.blackend.org> <20070731072956.GB1007@gothic.blackend.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070731072956.GB1007@gothic.blackend.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.013, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.39, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: doc-committers@freebsd.org, doc@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 18:21:00 -0000 On 2007-07-31 09:29, Marc Fonvieille wrote: > In fact I'm forgetting the important: the architecture dependent parts. > > - Sometimes ago I reorganized the 2.2 Hardware Requirements section > with minimal configuration notes for various architectures but I > still miss informations for both arm and powerpc. > > - In "2.3.3 Decide Where to Install FreeBSD" we talk about i386 (and > so amd64) and alpha disk layouts, is something needed for other > archs? It may be sensible to phase out the alpha-specific parts now, or at least make it easy to skip them (since we don't really support alpha in the latest releases). > - I think we should s/2.3.3.1 Disk Layouts for the i386/2.3.3.1 > Disk Layouts for i386 and amd64 architectures/ and s/2.4.1.1 Booting > for the i386/2.4.1.1 Booting for i386 and amd64 architectures/ That sounds good, indeed. Do we need to add special sections for sparc64 and/or powerpc or even ARM now? - Giorgos