From owner-freebsd-questions@FreeBSD.ORG Fri Feb 27 02:29:09 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E30DF62D for ; Fri, 27 Feb 2015 02:29:09 +0000 (UTC) Received: from smtp10.hushmail.com (smtp10.hushmail.com [65.39.178.143]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.hushmail.com", Issuer "Self-signed" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C65BFDB6 for ; Fri, 27 Feb 2015 02:29:09 +0000 (UTC) Received: from smtp10.hushmail.com (localhost [127.0.0.1]) by smtp10.hushmail.com (Postfix) with SMTP id 4975FC01F3 for ; Fri, 27 Feb 2015 01:50:58 +0000 (UTC) Received: from smtp.hushmail.com (w3.hushmail.com [65.39.178.62]) by smtp10.hushmail.com (Postfix) with ESMTP; Fri, 27 Feb 2015 01:50:57 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id 4E2F3C0431; Fri, 27 Feb 2015 01:50:57 +0000 (UTC) MIME-Version: 1.0 Date: Fri, 27 Feb 2015 01:50:57 +0000 To: "Polytropon" Subject: Re: Why all the fancy ASCII art in the boot loader? From: opendaddy@hushmail.com In-Reply-To: <20150222175145.6b2cb583.freebsd@edvax.de> References: <20150222164422.D89FCA0168@smtp.hushmail.com> <20150222175145.6b2cb583.freebsd@edvax.de> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20150227015057.4E2F3C0431@smtp.hushmail.com> Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2015 02:29:10 -0000 Hi, On 22. februar 2015 at 4:43 PM, "Polytropon" wrote: > >On Sun, 22 Feb 2015 16:44:22 +0000, opendaddy@hushmail.com wrote: >> Hello! >> >> Why all the fancy ASCII art in the boot loader? Every time I boot >> I'm distracted by it. Feels like I'm reading an 80s e-zine. > >It's easy to switch those off, and even the delay (mostly >unneccessary). Add those to /boot/loader.conf: > > autoboot_delay="1" > beastie_disable="YES" > >You still have the option to interrupt booting at this >early stage. > > > >> Can't we be more like OpenBSD and keep things simple? >> http://en.wikipedia.org/wiki/KISS_principle > >FreeBSD's configuration mechanism for the boot loader >easily allows that. :-) > That is all good, however, why does this stuff have to be there in the first place? Just seems a bit unprofessional that's all. Thanks! -- P.S. My mailbox has been full until today so if there were any additional replies I did not receive them.