From owner-freebsd-current@FreeBSD.ORG Mon Oct 7 21:00:46 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 F3F91DB8 for ; Mon, 7 Oct 2013 21:00:45 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-oa0-x22a.google.com (mail-oa0-x22a.google.com [IPv6:2607:f8b0:4003:c02::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE8FA2343 for ; Mon, 7 Oct 2013 21:00:45 +0000 (UTC) Received: by mail-oa0-f42.google.com with SMTP id g12so6918764oah.29 for ; Mon, 07 Oct 2013 14:00:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wGKzXT23fAwOlUfUTIUtcxdf4Rmpt+v/mx2/yAPM7tA=; b=SDocjtd1d3XOd0BjBYTZR47McPbVJ9+djdCPaGojXsglxFc0c3mPG5je+3vN4v7J0v kFjfw0u9t9KS3R+anm18yhs8H7/SKU9exU7iRASyyYmLEudgWo3XiJ4xrc9YZ5lbabO+ FJt9cmL6UL/deNK/cdb1iPcY7efZcoWJXqbs8iDHjX3Y0sN8KhlrPTkF/NBFOHKZkNJ0 Sjtv1DdASMvxR0yqNNptA2JbXS7cMwze6zkU4IEa9pNr1VW4+1gWOHzaIjpsYj3sI4Kn NQXby3DcBcLG21lIXJ0x9XGmFs9khO6ExSXdSHfwJve5s9Fug9w8uwACoY5kbXtN3iu+ CISg== MIME-Version: 1.0 X-Received: by 10.60.63.9 with SMTP id c9mr5289492oes.35.1381179645116; Mon, 07 Oct 2013 14:00:45 -0700 (PDT) Received: by 10.76.13.228 with HTTP; Mon, 7 Oct 2013 14:00:45 -0700 (PDT) In-Reply-To: <52531F95.6050002@allanjude.com> References: <52531295.7090700@allanjude.com> <52531F95.6050002@allanjude.com> Date: Mon, 7 Oct 2013 17:00:45 -0400 Message-ID: Subject: Re: [CFT] Patch to bsdinstall to support root-on-ZFS and GELI From: Outback Dingo To: Allan Jude Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-current@freebsd.org 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: Mon, 07 Oct 2013 21:00:46 -0000 On Mon, Oct 7, 2013 at 4:54 PM, Allan Jude wrote: > On 2013-10-07 16:43, Warren Block wrote: > > On Mon, 7 Oct 2013, Allan Jude wrote: > > > >> Additional, it includes some other changes to bsdinstall: > >> 1. Change the default to the 'non-standard keyboard mapping' prompt > >> to no > > > > Please see http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/162175 . > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to > > "freebsd-current-unsubscribe@freebsd.org" > That is a good idea, I'll add that > > I've also hit this: > > http://lists.freebsd.org/pipermail/freebsd-sysinstall/2013-September/000949.html > and plan to throw in a fix for that. > Which makes more sense, blindly 'killall dhclient' before we try to > acquire a new lease, or detect that dhclient is running and try to use > the IP that has already been assigned? > > > jeeeeeez after i just updated and patched my source tree to do a build, you go and fix things :P anyway you can just generate a master diff against the tree that we can apply, seems not ive to revert the patches and reapply all the newest ones. > > -- > Allan Jude > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >