From owner-freebsd-current@FreeBSD.ORG Tue Oct 8 00:31:02 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 D4935965 for ; Tue, 8 Oct 2013 00:31:02 +0000 (UTC) (envelope-from freebsd@allanjude.com) Received: from mx1.scaleengine.net (beauharnois2.bhs1.scaleengine.net [142.4.218.15]) by mx1.freebsd.org (Postfix) with ESMTP id AEC27214E for ; Tue, 8 Oct 2013 00:31:02 +0000 (UTC) Received: from [10.1.1.1] (S01060001abad1dea.hm.shawcable.net [50.70.108.129]) (Authenticated sender: allan.jude@scaleengine.com) by mx1.scaleengine.net (Postfix) with ESMTPSA id D8B691D816 for ; Tue, 8 Oct 2013 00:31:00 +0000 (UTC) Message-ID: <5253525C.2000701@allanjude.com> Date: Mon, 07 Oct 2013 20:31:24 -0400 From: Allan Jude User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: [CFT] Patch to bsdinstall to support root-on-ZFS and GELI References: <52531295.7090700@allanjude.com> <52531F95.6050002@allanjude.com> <13CA24D6AB415D428143D44749F57D720FC40159@LTCFISWMSGMB21.FNFIS.com> In-Reply-To: <13CA24D6AB415D428143D44749F57D720FC40159@LTCFISWMSGMB21.FNFIS.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Tue, 08 Oct 2013 00:31:02 -0000 On 2013-10-07 20:21, Teske, Devin wrote: > On Oct 7, 2013, at 5:18 PM, Warren Block wrote: > >> On Mon, 7 Oct 2013, 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 . >>> 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? >> killall seems all right. In fact, internally, it's going to do that check. If nothing named dhclient is running, it will return immediately. >> >> Although on 10.0, dhclient does not want to die sometimes. >> >> Here's another PR for usability: >> http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/161547 > Hope you guys aren't rewriting bsdconfig's network.subr These changes are in usr.sbin/bsdinstall/scripts/network and usr.sbin/bsdinstall/scripts/network_ipv4 I've not touched bsdconfig's network stuff -- Allan Jude