From owner-freebsd-questions@FreeBSD.ORG Mon Jan 11 06:11:44 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 B5E651065670 for ; Mon, 11 Jan 2010 06:11:44 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 45D708FC16 for ; Mon, 11 Jan 2010 06:11:43 +0000 (UTC) Received: by fxm10 with SMTP id 10so7448347fxm.14 for ; Sun, 10 Jan 2010 22:11:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:references:user-agent:mime-version:content-type; bh=S6q+265jrMmVjnQ53d/E2bOY65+pu98izb1ISgBwATA=; b=kgp25BXr022p5JW37PFSqKgXymVyHRmfyDvevmoM5p5vmJogYiC1YNYfr9r81dcBHR 6S8QzIcopQgoT/eRhV4YoWe+c2D/TR9UxoNzhnuRC9YCjzzOBeNboerspYq1bw+L5dUZ 62aSHnIjjc0AzUT2DYvOO+Kh+C7jlW7CZaRX4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:references:user-agent :mime-version:content-type; b=j2W6lqGk/XVzs3E86ea/z7/KVYcjxZKR2mpxGaEc54HjEdnJ5sqgHeR7Xn7exusu9r yEVKAdYh+tItAS3HInAiqpD1tXYoDhWrzyg0gKP9nQ9tboGqF6Jn1YH78Gdc2BDUqiqM msrwLAzwTYu39q94As4QBjvzvfQ7hbH2v+/FQ= Received: by 10.223.15.148 with SMTP id k20mr6620651faa.6.1263190298908; Sun, 10 Jan 2010 22:11:38 -0800 (PST) Received: from oslo.ath.cx ([72.14.240.162]) by mx.google.com with ESMTPS id z10sm4981930fka.30.2010.01.10.22.11.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 10 Jan 2010 22:11:38 -0800 (PST) Message-ID: <4b4ac11a.0a4d5e0a.0a76.ffffb571@mx.google.com> Date: Mon, 11 Jan 2010 07:12:04 +0100 From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org In-Reply-To: <539c60b91001102036g4ef5e2fdv6e24c5e208d2c160@mail.gmail.com> References: <539c60b91001102036g4ef5e2fdv6e24c5e208d2c160@mail.gmail.com> User-Agent: Wanderlust/2.15.8 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1.91 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Subject: Re: buildkernel w/o symbols? 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: Mon, 11 Jan 2010 06:11:44 -0000 At Sun, 10 Jan 2010 21:36:09 -0700, Steve Franks wrote: > > So I'm an idiot, and I couldn't figure out how to label, except > sysinstall autos, and now I have a puny 512MB rootfs, which I can't > make installkernel from 8-rc1 to 8-stable, the only 'big' thing I can > find on the drive is the symbols in /boot/kernel... > > Is there a right way out of this mess? 1. build a kernel without "makeoptions DEBUG=-g" 2. rm /boot/kernel/*.symbols before make installkernel 3. Read the entry 20060118 of /usr/src/UPDATING -Herbert