From owner-freebsd-stable@freebsd.org Thu Feb 9 12:30:03 2017 Return-Path: Delivered-To: freebsd-stable@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 C4470CD667E for ; Thu, 9 Feb 2017 12:30:03 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89E25152F; Thu, 9 Feb 2017 12:30:02 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id E4D65284E7; Thu, 9 Feb 2017 13:23:01 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 48E9328434; Thu, 9 Feb 2017 13:23:00 +0100 (CET) Subject: Re: Boot partition size To: Aristedes Maniatis , Freddie Cash , Gary Palmer Cc: FreeBSD Stable References: <20170129141244.GA63867@in-addr.com> <851efa44-0607-231f-0905-8f9c96a36237@ish.com.au> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <589C5F24.4090301@quip.cz> Date: Thu, 9 Feb 2017 13:23:00 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: <851efa44-0607-231f-0905-8f9c96a36237@ish.com.au> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 12:30:03 -0000 Aristedes Maniatis wrote on 2017/01/30 04:41: > Note that this page: https://wiki.freebsd.org/RootOnZFS/GPTZFSBoot/Mirror needs to be adjusted. This line: > > gpart add -b 34 -s 128k -t freebsd-boot ad0 > > needs to instead be > > gpart add -a 4k -s 512k -t freebsd-boot ad0 > > > I don't have edit rights. Probably someone needs to clean up and merge many of these pages: https://wiki.freebsd.org/RootOnZFS/ I changed the page, now it has 512k for boot partition. Miroslav Lachman