From owner-freebsd-current@FreeBSD.ORG Wed Nov 6 03:54:09 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 07ADB720; Wed, 6 Nov 2013 03:54:09 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B0F92DD1; Wed, 6 Nov 2013 03:54:08 +0000 (UTC) Received: by mail-la0-f44.google.com with SMTP id er20so2885197lab.3 for ; Tue, 05 Nov 2013 19:54:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=b1ZRVl9vCh9g466xziNAyfInBl3Wq68KgVsH27hA06U=; b=0cpEoPoxU9ys2rGywIzVMvNypBhWn536uuDczXr0B+ZhYfHmcUnXUf4TrlIWb/ECef wA59CNx2X6bg0HSja7So41nUoRVLDFGubSsEn6ejN0lrgEg/gXHhq0axLbghRq7ECZJr Kj9+jR6E0ALNbpxXBXtPBjkEdQT1QRcbE9GHnlqa1xOG4iHvIUJ6zVehapXE8ZY58D0Z gqvY8/0dfG3wFWSPDJC6WkJHOOd9YGAenM4zY5uvm1ZR/91HU3hy869s9JB+dMdfAvOx ByvyI5KML2xp3zMmr6r1rIO5JFRTno+bkzzRd08OvikRpVkA6k9Eu+VCbcX+QwlnaWXh tF7g== MIME-Version: 1.0 X-Received: by 10.112.236.97 with SMTP id ut1mr442324lbc.37.1383710046377; Tue, 05 Nov 2013 19:54:06 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.120.232 with HTTP; Tue, 5 Nov 2013 19:54:06 -0800 (PST) In-Reply-To: References: Date: Tue, 5 Nov 2013 19:54:06 -0800 X-Google-Sender-Auth: Xu4XVJKVHnMtBhqxYq9eXtud0rs Message-ID: Subject: Re: [CFT] bsdinstall and zfsboot enhancements From: Craig Rodrigues To: Devin Teske Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: " Current" , "Teske, Devin" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Nov 2013 03:54:09 -0000 On Sat, Nov 2, 2013 at 10:59 AM, Teske, Devin wrote: > > + Update bsdinstall's "config" script to adjust ttyu* entries in > /etc/ttys when it is determined that we are in-fact doing an install > over serial (e.g. bhyve). > I think this is useful. In earlier versions of BHyve, the default was to use console over a PCI serial device. With this commit from Neel Natu: http://lists.freebsd.org/pipermail/svn-src-all/2013-October/076027.html it is now possible to specify a different device for the console, such as COM1. -- Craig