From owner-freebsd-stable@FreeBSD.ORG Mon Jul 6 07:39:48 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F3F81065677 for ; Mon, 6 Jul 2009 07:39:48 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9FB8C8FC14 for ; Mon, 6 Jul 2009 07:39:47 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id n667dgXi078589; Mon, 6 Jul 2009 09:39:42 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id n667df6x078588; Mon, 6 Jul 2009 09:39:41 +0200 (CEST) (envelope-from mail25@bzerk.org) Date: Mon, 6 Jul 2009 09:39:41 +0200 From: Ruben de Groot To: Ian J Hart Message-ID: <20090706073941.GA78371@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Ian J Hart , "Patrick M. Hausen" , Dimitry Andric , FreeBSD Stable Mailing List References: <20090703142528.GA11039@hugo10.ka.punkt.de> <4A4E174A.1050207@andric.com> <20090703144121.GC11039@hugo10.ka.punkt.de> <4A4E1E24.3020303@andric.com> <20090703152150.GE11039@hugo10.ka.punkt.de> <20090705003834.12211k8697td2o74@webmail.private.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090705003834.12211k8697td2o74@webmail.private.lan> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Mon, 06 Jul 2009 09:39:45 +0200 (CEST) Cc: Dimitry Andric , FreeBSD Stable Mailing List Subject: Re: What is /boot/kernel/*.symbols? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2009 07:39:48 -0000 On Sun, Jul 05, 2009 at 12:38:34AM +0100, Ian J Hart typed: > > I just had an installworld fail due to this (/rescue). > > Given that many people will have chosen the default root size offered > by sysinstall a different build default would seem prudent. > > In any case sysinstall needs to be updated (1GB?). Let's not put off > new users anymore than we have to. The default root partition created by sysinstall (provided the disk is large enough) is 512 MB, which is more than enough. #define ROOT_DEFAULT_SIZE 512 Ruben