From owner-freebsd-stable@FreeBSD.ORG Tue Dec 8 04:17:43 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 54DF51065701 for ; Tue, 8 Dec 2009 04:17:43 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id B4B158FC0A for ; Tue, 8 Dec 2009 04:17:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id nB84Ixro016328; Tue, 8 Dec 2009 15:18:59 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Tue, 8 Dec 2009 15:18:59 +1100 (EST) From: Ian Smith To: "Denise H. G." In-Reply-To: <87hbs2i339.fsf@mecuria.xbsd.name> Message-ID: <20091208151037.S12012@sola.nimnet.asn.au> References: <20091207061828.GA11820@mail.ulgsm.ru> <87hbs2i339.fsf@mecuria.xbsd.name> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-stable@freebsd.org, alexs@ulgsm.ru Subject: Re: root partition too small 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: Tue, 08 Dec 2009 04:17:43 -0000 On Tue, 8 Dec 2009, Denise H. G. wrote: > alexs@ulgsm.ru writes: > > > Label from freebsd sysinstall in auto mode, make root partition 500mb > > For update OS (kernel + kernel.old) need about 700mb > > > > Howto rebild kernel with litsted in kldstat modules? > > Remove all the symbol files in /boot/kernel, I think. You don't need > them. Actually 500 mb for the root partition is enough. It used to be :) I tried auto mode on an 8.0-R install just to see what it offered these days, on a 35GB slice, and was surprised seeing 512MB / so chose 1GB, not wanting to lose potential debugging value of symbols. cheers, Ian