From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 8 13:12:43 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 25F531065670; Fri, 8 Jun 2012 13:12:43 +0000 (UTC) (envelope-from aled.w.morris@googlemail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 32CD28FC08; Fri, 8 Jun 2012 13:12:41 +0000 (UTC) Received: by laai10 with SMTP id i10so1507198laa.13 for ; Fri, 08 Jun 2012 06:12:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=u1yRo9s8LKE7+a+4tfZNdVQ9vctWpfpnX7OhO2JAt2Q=; b=MscTDse3cNvUh3ruM4ejrJrQgcCG8IzZT/9V829KmF/IapEavc3S5M7GvQyBKJVPNP fA4TDW3MX+CBo7IKwuzI5uM97DutWAJcyafSa5Y4FcR8Phx/guuxCh0yzXkSdtInkyB9 iqTbtRtKeC3dgn0bFAp/LqHdko434Z7BBxM5Bih8awiPoPHw2qzYGg0UYjSUn6D9jZod bL85GtaspfQPY9ZnCnUKb4kBRGEv16ryu0e+LFT4b3Hc2y5Ro2jqcXqKYYJJPt2cQejP H89rAmxlNUJ/4naZaFUC2WtJSUFl3jmwU1YotEwyTdBhAXPkJMoMYUjaO0hgsnIEmZ0N veQg== MIME-Version: 1.0 Received: by 10.112.49.227 with SMTP id x3mr3964012lbn.73.1339161160987; Fri, 08 Jun 2012 06:12:40 -0700 (PDT) Sender: aled.w.morris@googlemail.com Received: by 10.112.43.200 with HTTP; Fri, 8 Jun 2012 06:12:40 -0700 (PDT) In-Reply-To: References: <4FD05C16.9040905@FreeBSD.org> <20120607084738.GT85127@deviant.kiev.zoral.com.ua> <4FD06CD3.3080602@FreeBSD.org> <20120607095741.GA1361@reks> <4FD0BAC6.6000304@FreeBSD.org> Date: Fri, 8 Jun 2012 14:12:40 +0100 X-Google-Sender-Auth: ry48Vt0XtzAWS33M7WOKVsCqgs0 Message-ID: From: Aled Morris To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Konstantin Belousov , freebsd-hackers@freebsd.org, Gleb Kurtsou , Doug Barton , Andriy Gapon Subject: Re: boot menu option to disable graphics mode X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2012 13:12:43 -0000 On 7 June 2012 16:12, Garrett Cooper wrote: > I've run into _multiple_ scenarios where this isn't possible because > the terminal settings are screwed up in single user mode, and had to > resort to `sed -i '' `. > > ed is the standard text editor Aled