From owner-svn-src-all@freebsd.org Tue Apr 19 20:37:49 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E358AB152C4 for ; Tue, 19 Apr 2016 20:37:49 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B00FD1DBF for ; Tue, 19 Apr 2016 20:37:49 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-ig0-x22c.google.com with SMTP id m9so19914960ige.1 for ; Tue, 19 Apr 2016 13:37:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=OXvP36yruqOx+CW8x7VzJkJbYTyEMxpmv4Anf8iivGI=; b=SIwywqmpmWJAebUUWGTKuUnqY7FFjXv9oNORfXc0sS5CYILvP3Db+bXI0/b8hvQhoO vhzruccviQh/EztGN/CD3qg4HXBFMnE1fGdyMxnO5maW6FQ/qy7f9SwJgaG1fmZlj80P /Po3AjtOA21uP1FBGXyljAzz1SeqXJLlaUfaezjuLNQHRAdGItVTRmnRFb5LnoC752gk MI1rUjtxKidke3Q633750xbpHcjUjOOEYkg5Tr56yZm43Kav09WLjA3WxcXHkIaGHIXk n7LRr24JuOoj7j3sPDKEmnKAudBFfBlD2tsK16VtrEClK+zByieraCI5L9KYy9qNQSb+ S7HA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=OXvP36yruqOx+CW8x7VzJkJbYTyEMxpmv4Anf8iivGI=; b=i0Ex7MWqmFUTG33IbjoB+yCfofkdNEv3wxqzd+OW8YhS8eJfRcfEAHdGnFDOJzhi4l OJGhZb/8Pzu5OVebG2vcmfuZUq7g6ol1aTT45zK+TtwJpSbM+6kxTmTE377rcOo9DLN1 HgkKO6t5as6UYJ1xSGW4E9JdnZ53+xJKxcPlZl13DSYGa30HfzG4srISXAfdLOrsJIqE b1X3mbdW4EqdeQpyjyc464PIAmity+EbF8JW9LtEeTP/sMfDnoq6A8rZMLMwjjflKiN/ PkPQwtzRJzHY0+6jVi3q8U9xjCEfDO0Tg3o/r/kj/U1uPdc1mi3WEBSo5i2U/yAyYPbG 5CCA== X-Gm-Message-State: AOPr4FXS00XtseseiEpUpU0OFvAm5y8u9lUSataShA/0Apw/cjh2fblK6dxleFThthSz9QiNfR/hFkr5dVetcA== MIME-Version: 1.0 X-Received: by 10.50.110.99 with SMTP id hz3mr26545872igb.16.1461098268132; Tue, 19 Apr 2016 13:37:48 -0700 (PDT) Sender: wlosh@bsdimp.com Received: by 10.79.104.197 with HTTP; Tue, 19 Apr 2016 13:37:48 -0700 (PDT) X-Originating-IP: [50.253.99.174] In-Reply-To: <57169533.3020908@freebsd.org> References: <201604190325.u3J3PaNo026464@repo.freebsd.org> <97483568.HegCXKxvF0@ralph.baldwin.cx> <57169533.3020908@freebsd.org> Date: Tue, 19 Apr 2016 14:37:48 -0600 X-Google-Sender-Auth: SD_KVehYeOnIUg59NuEfGyipNbg Message-ID: Subject: Re: svn commit: r298243 - head/usr.sbin/bsdinstall/scripts From: Warner Losh To: Nathan Whitehorn Cc: John Baldwin , Allan Jude , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2016 20:37:50 -0000 On Tue, Apr 19, 2016 at 2:29 PM, Nathan Whitehorn wrote: > > > On 04/19/16 09:12, John Baldwin wrote: > >> On Tuesday, April 19, 2016 03:25:36 AM Allan Jude wrote: >> >>> Author: allanjude >>> Date: Tue Apr 19 03:25:36 2016 >>> New Revision: 298243 >>> URL: https://svnweb.freebsd.org/changeset/base/298243 >>> >>> Log: >>> Add a new installation type to bsdinstall/zfsboot: BIOS+UEFI >>> Installs both pmbr+gptzfsboot as well as boot1.efifat in separate >>> partitions >>> The resulting system can be booted with either UEFI or BIOS/CSM. >>> Preference is controlled by the user's firmware boot settings. >>> This is now the default for zfsboot installs >>> PR: 208629 >>> Submitted by: Galael LAPLANCHE >>> (original version) >>> >> Any thought about supporting this for UFS as well? >> >> It would be pretty easy just to set that up by default. I'm happy to add > that this weekend if you think it would be useful. I have scripts that I stole for nanobsd that does that. I stole them from the release process. Perhaps we need to refactor things so we have just one copy of the scripts. This code copying will bring nothing but pain in the end. Already crochet has had issues with lagging due to copied rather than shared code. Warner