From owner-freebsd-questions@FreeBSD.ORG Fri Aug 22 09:14:04 2008 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 3A2D41065682 for ; Fri, 22 Aug 2008 09:14:04 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id EACDB8FC22 for ; Fri, 22 Aug 2008 09:14:03 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KWSiW-0001qw-GI for freebsd-questions@freebsd.org; Fri, 22 Aug 2008 09:14:00 +0000 Received: from pool-141-156-180-91.esr.east.verizon.net ([141.156.180.91]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Aug 2008 09:14:00 +0000 Received: from nightrecon by pool-141-156-180-91.esr.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Aug 2008 09:14:00 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Date: Fri, 22 Aug 2008 05:15:48 -0400 Lines: 17 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-141-156-180-91.esr.east.verizon.net Sender: news Subject: Re: turn on beastie beside the 'Welcome to FreeBSD' boot options menu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 09:14:04 -0000 enom-FBSD1 wrote: > Is there a way to reactivate the black and white beastie which used to > display to the right of the 'Welcome to FreeBSD' boot options menu? > Look at /boot/defaults/loader.conf for the following: #beastie_disable="NO" # Turn the beastie boot menu on and off #loader_logo="fbsdbw" # Desired logo: fbsdbw, beastiebw, beastie, none As always, put your overrides in /boot/loader.conf and leave the defaults alone. -Mike