From owner-freebsd-current@FreeBSD.ORG Mon Oct 7 22:21:44 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7C440FFA for ; Mon, 7 Oct 2013 22:21:44 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-oa0-x22b.google.com (mail-oa0-x22b.google.com [IPv6:2607:f8b0:4003:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 444332909 for ; Mon, 7 Oct 2013 22:21:44 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id j10so3935653oah.2 for ; Mon, 07 Oct 2013 15:21:43 -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=eP+SUa7w5VHcmW3KIPBDX81lPY8VN4QSUgs1wvW58eQ=; b=L4f0lPb9Y4KfpkYZ2fKxY4bNqURUUxlJ8bya+qiAIhEpGvGlDI9F6Kqttn/uBl0pBI dqZXSaA1BPtXr+NRR3TFHUg+fWpFA+Vc0bozKjAp9t0nDSsbDwJTlHiSSd3tNyQX1E0e 0erRPydp7g1zfr/9uPvvMG+Uay4MrXwdkn5I1xWfP/MMOPtaigvE1c7J2xAiFLNernao M/IwG0PRgH7JXguBpdcUoZyyjojjAhhNfUwDgAr2ntwDG8NyORSMXMDwY/zbfI0T4SkA GM4IIdsL18ia6E5dRPVcFYAnLQ71Q3qb6jHZmIckgb0prxqQT+ihmUEofcsuaEapd47Z vPOg== MIME-Version: 1.0 X-Received: by 10.60.103.37 with SMTP id ft5mr4500259oeb.45.1381184503463; Mon, 07 Oct 2013 15:21:43 -0700 (PDT) Received: by 10.76.13.228 with HTTP; Mon, 7 Oct 2013 15:21:43 -0700 (PDT) In-Reply-To: <13CA24D6AB415D428143D44749F57D720FC3F623@LTCFISWMSGMB21.FNFIS.com> References: <52531295.7090700@allanjude.com> <52531F95.6050002@allanjude.com> <52532BD8.2070509@allanjude.com> <13CA24D6AB415D428143D44749F57D720FC3F623@LTCFISWMSGMB21.FNFIS.com> Date: Mon, 7 Oct 2013 18:21:43 -0400 Message-ID: Subject: Re: [CFT] Patch to bsdinstall to support root-on-ZFS and GELI From: Outback Dingo To: "Teske, Devin" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "" , Allan Jude 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 22:21:44 -0000 On Mon, Oct 7, 2013 at 5:49 PM, Teske, Devin wrote: > > On Oct 7, 2013, at 2:47 PM, Allan Jude wrote: > > > On 2013-10-07 17:00, Outback Dingo wrote: > >> 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" > >>> > >> _______________________________________________ > >> 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" > > > > Attached find the patch from last night against a fresh HEAD > > > > I am working on incorporating Warren's patch now > > > > ... and I'm working to review and validate what Allan is writing ;D > > A couple of big patches to incorporate within the hour (next 15 minutes). > okies dokies guess ill revert it all and wait till you guys give the green light to try again > -- > Devin > > _____________ > The information contained in this message is proprietary and/or > confidential. If you are not the intended recipient, please: (i) delete the > message and all copies; (ii) do not disclose, distribute or use the message > in any manner; and (iii) notify the sender immediately. In addition, please > be aware that any message addressed to our domain is subject to archiving > and review by persons other than the intended recipient. Thank you. > _______________________________________________ > 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" >