Date: Mon, 7 Oct 2013 18:18:17 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: Allan Jude <freebsd@allanjude.com> Cc: freebsd-current@freebsd.org Subject: Re: [CFT] Patch to bsdinstall to support root-on-ZFS and GELI Message-ID: <alpine.BSF.2.00.1310071813540.94688@wonkity.com> In-Reply-To: <52531F95.6050002@allanjude.com> References: <52531295.7090700@allanjude.com> <alpine.BSF.2.00.1310071438070.90814@wonkity.com> <52531F95.6050002@allanjude.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1310071813540.94688>