From owner-svn-src-head@FreeBSD.ORG Sun Oct 13 16:16:33 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BDA6D2E2; Sun, 13 Oct 2013 16:16:33 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 818A52A3C; Sun, 13 Oct 2013 16:16:33 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.17]) by ltcfislmsgpa05.fnfis.com (8.14.5/8.14.5) with ESMTP id r9DGGPq8029992 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Sun, 13 Oct 2013 11:16:25 -0500 Received: from LTCFISWMSGMB21.FNFIS.com ([169.254.1.103]) by LTCFISWMSGHT06.FNFIS.com ([10.132.206.17]) with mapi id 14.02.0309.002; Sun, 13 Oct 2013 11:16:24 -0500 From: "Teske, Devin" To: Devin Teske Subject: Re: svn commit: r256343 - in head/usr.sbin/bsdinstall: . scripts Thread-Topic: svn commit: r256343 - in head/usr.sbin/bsdinstall: . scripts Thread-Index: AQHOx1fhW1uGCLtcyE2zUcTOTrV8IpnzJECA Date: Sun, 13 Oct 2013 16:16:23 +0000 Message-ID: <13CA24D6AB415D428143D44749F57D720FC609A3@LTCFISWMSGMB21.FNFIS.com> References: <201310112041.r9BKfZeT002056@svn.freebsd.org> <5258F9B3.7030101@freebsd.org> <13CA24D6AB415D428143D44749F57D720FC5B547@LTCFISWMSGMB21.FNFIS.com> <86txgmr0oh.fsf@nine.des.no> <13CA24D6AB415D428143D44749F57D720FC5B8F1@LTCFISWMSGMB21.FNFIS.com> <13CA24D6AB415D428143D44749F57D720FC60911@LTCFISWMSGMB21.FNFIS.com> In-Reply-To: <13CA24D6AB415D428143D44749F57D720FC60911@LTCFISWMSGMB21.FNFIS.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.132.253.121] Content-Type: text/plain; charset="iso-8859-1" Content-ID: <1D924528CE432749A1E34CB68D0C0A0F@fisglobal.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.10.8794, 1.0.431, 0.0.0000 definitions=2013-10-13_01:2013-10-11,2013-10-13,1970-01-01 signatures=0 Cc: "src-committers@freebsd.org" , Nathan Whitehorn , "svn-src-all@freebsd.org" , "Teske, Devin" , Nathan Whitehorn , "svn-src-head@freebsd.org" , =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Devin Teske List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Oct 2013 16:16:33 -0000 On Oct 13, 2013, at 9:09 AM, Teske, Devin wrote: >=20 > On Oct 13, 2013, at 1:14 AM, Nathan Whitehorn wrote: >=20 > [snip] >=20 >> you did not update the >> part of the installer that does unattended installations, etc. >>=20 >=20 > Ought to be addressed for 10.0-BETA2 ... indeed I cannot disagree. >=20 > So that I don't forget, I'll put them here: >=20 > Need to document: >=20 > ZFSBOOT_POOL_NAME=3Dzroot > ZFSBOOT_BEROOT_NAME=3Dbootenv > ZFSBOOT_BOOTFS_NAME=3Ddefault > ZFSBOOT_VDEV_TYPE=3Dstripe > ZFSBOOT_GNOP_4K_FORCE_ALIGN=3D1 > ZFSBOOT_GELI_ENCRYPTION=3D > ZFSBOOT_GELI_POOL_NAME=3Dbootpool > ZFSBOOT_GELI_BOOT_SIZE=3D2g > ZFSBOOT_GELI_KEY_FILE=3D/boot/encryption.key > ZFSBOOT_DISKS=3D > ZFSBOOT_PARTITION_SCHEME=3DGPT > ZFSBOOT_SWAP_SIZE=3D2g >=20 Heh, forgot the most important one... ZFSBOOT_DATASETS A multiline variable whose contents describe each dataset to create and with what options. > Notice how all the variables specific to the `zfsboot' script start with= ZFSBOOT_ >=20 > As well as these two (they are not necessarily specific to the zfsboot sc= ript): >=20 > nonInteractive=3D1 > zfsInteractive=3D1 >=20 --=20 Devin _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you.