From owner-freebsd-questions@FreeBSD.ORG Fri Jan 23 16:07:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79DD816A4CF for ; Fri, 23 Jan 2004 16:07:11 -0800 (PST) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E938C43D79 for ; Fri, 23 Jan 2004 16:06:34 -0800 (PST) (envelope-from johnmills@speakeasy.net) Received: (qmail 2505 invoked from network); 24 Jan 2004 00:06:33 -0000 Received: from dsl027-162-100.atl1.dsl.speakeasy.net (HELO otter.localdomain) ([216.27.162.100]) (envelope-sender ) by mail2.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 Jan 2004 00:06:33 -0000 Received: from localhost (jmills@localhost) by otter.localdomain (8.11.6/8.11.6) with ESMTP id i0O06cj04976 for ; Sat, 24 Jan 2004 00:06:38 GMT X-Authentication-Warning: otter.localdomain: jmills owned process doing -bs Date: Fri, 23 Jan 2004 19:06:37 -0500 (EST) From: John Mills X-X-Sender: jmills@otter.localdomain To: freebsd-questions@freebsd.org In-Reply-To: <20040123231824.GA928@gicco.homeip.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: beastie in 5.2 boot menu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John Mills List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2004 00:07:11 -0000 Hanspeter - On Sat, 24 Jan 2004, Hanspeter Roth wrote: > how can I turn off (delete) the beastie in the boot menu in 5.2? The ASCII image is part of a text file. I think it is found in /boot and named similar to "beastie2nd.[something]". Go with your favorite ASCII editor and make it what you want. Run 'find /boot -name beast\* -print' and you should find it. - John Mills john.m.mills@alum.mit.edu