From owner-freebsd-current Wed Oct 21 21:24:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA25169 for freebsd-current-outgoing; Wed, 21 Oct 1998 21:24:36 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from zippy.dyn.ml.org (pm3-35.ppp.wenet.net [206.15.85.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA25161 for ; Wed, 21 Oct 1998 21:24:35 -0700 (PDT) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.9.1/8.8.8) with SMTP id VAA24973; Wed, 21 Oct 1998 21:25:58 -0700 (PDT) (envelope-from garbanzo@hooked.net) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Wed, 21 Oct 1998 21:25:57 -0700 (PDT) From: Alex Zepeda X-Sender: garbanzo@zippy.dyn.ml.org To: Chuck Robey cc: The Hermit Hacker , freebsd-current@FreeBSD.ORG Subject: Re: How to strip a kernel in 3.0-RELEASE... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 21 Oct 1998, Chuck Robey wrote: [...] > Kernel's still aout ... try this: > > env OBJFORMAT=aout strip -d kernel > > That'll work. Why not just use strip -aout -d kernel? And if you've got an elf kernel, strip -g (or --strip-debug) is the correct thing to do. - alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message