From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 19:08:00 2010 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 703CA1065674 for ; Thu, 1 Jul 2010 19:08:00 +0000 (UTC) (envelope-from edflecko@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 27CA38FC24 for ; Thu, 1 Jul 2010 19:07:57 +0000 (UTC) Received: by pwj9 with SMTP id 9so318409pwj.13 for ; Thu, 01 Jul 2010 12:07:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=XGH0uQH/dqTkp+jBR5A8MdZ4qByMQhLhU2MgYOhiqYQ=; b=KSb41wjZv/C+XO50EWfi6siL1KT9a08Y1Vh7VM3FbcSg3rlfaFNMLZQsrSnLI20DR/ 54y6aTuYpqzNta1XYgzf5DkK1K3SI9Ka1vkqXcry8VxdneYpix3nUSsrjf3u0K+S6fwa X/6VJ1QmyFQ73ZBdc3QKUInTZQiSRzeIAMbWE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=SituoqI/fzot0vDDYPJhRklTM+pFW8aIHQhqlkuDWa7aqozbFFUr2I+0flukPmyfXU c/S/T7b09MvTICA59nQJNp0eGsh3h2g0Dvxj7+KrtVo+EGOAo0r/pEjZSHkPMd2fIUL8 dXmLUogzeSim57NuxgVZ+VXwY6NZIV3h3cAPU= MIME-Version: 1.0 Received: by 10.142.163.15 with SMTP id l15mr1354364wfe.344.1278011270867; Thu, 01 Jul 2010 12:07:50 -0700 (PDT) Received: by 10.231.210.201 with HTTP; Thu, 1 Jul 2010 12:07:50 -0700 (PDT) In-Reply-To: <20100701185723.GD19474@libertas.local.camdensoftware.com> References: <20100701185723.GD19474@libertas.local.camdensoftware.com> Date: Thu, 1 Jul 2010 12:07:50 -0700 Message-ID: From: Ed Flecko To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: /boot is full after running "make installkernel" on FreeBSD 8.0 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: Thu, 01 Jul 2010 19:08:00 -0000 Thanks guys. :-) Doesn't that seem odd that the "default" partition size for root (512M) isn't quite big enough? Should I make the partition size slightly larger (on future installs) to eliminate this problem? Ed