From owner-svn-src-all@FreeBSD.ORG Tue Dec 17 04:50:21 2013 Return-Path: Delivered-To: svn-src-all@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 ESMTPS id 646E79AD for ; Tue, 17 Dec 2013 04:50:21 +0000 (UTC) Received: from mail-qe0-x22d.google.com (mail-qe0-x22d.google.com [IPv6:2607:f8b0:400d:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1CFD0186A for ; Tue, 17 Dec 2013 04:50:21 +0000 (UTC) Received: by mail-qe0-f45.google.com with SMTP id 6so4754527qea.18 for ; Mon, 16 Dec 2013 20:50:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=dMXMgcrG+09Zoe/v19vfESVoM/mZARhjH/hCeGAja7g=; b=kmaYJUi53HWrqWml2n9IjNop27lHpgaPZcHJRDyGf1i/r+CK/88mJsRINYXLJ+9gwj t5xp3sR6VYWMYd1Rypq7tE8LzQ6I+jh4yec27j1bF/AI4pmZwa3sF5leQ4077ij6WXsC MwdJJPhRkah/lE3U1BdH4AMIVrAFFSMt6gt8c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=dMXMgcrG+09Zoe/v19vfESVoM/mZARhjH/hCeGAja7g=; b=e1Bo2KEZx4JddH8iO4GnsZsTcgO/uGJTlJFrbq51CdYg0GjY6W1igs6YeUq2kirPpp BfKOsuFRBxZPvxeEjCFllEPiUrtXoHv2W6zjAAAva+IU6xuycMDMFeKbVl0mDhq+Dbcg 2hcFSrmgfa+4G0YomJVApZwlOI3Pzt3A3zXg5n0WOSqvSBaKPZCL8Eqe8DJKLmR1E8uv HQHhSo+MB0O4/uSfraMH3lsfDkz880MGkL+jQluopF9kO80oXwbZMLFv4Qlkx9dsquMu 6UE9rRA03e7cMFWZ7+hmgvmw2ME5qK3FetE5C9Qfc7mg90vOIBcuHKJ0I806gKN9jNZ7 1VCQ== X-Gm-Message-State: ALoCoQlLwfrEpe0uJF1KrGsJgikAPTYdF0X8jOqZVaunM86uQrrpSdF9NYK6lV8gTv3W0/XfYiUJ X-Received: by 10.229.194.1 with SMTP id dw1mr39033788qcb.20.1387255820318; Mon, 16 Dec 2013 20:50:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.86.42 with HTTP; Mon, 16 Dec 2013 20:49:50 -0800 (PST) In-Reply-To: <201312161954.rBGJsto3090999@svn.freebsd.org> References: <201312161954.rBGJsto3090999@svn.freebsd.org> From: Eitan Adler Date: Mon, 16 Dec 2013 23:49:50 -0500 Message-ID: Subject: Re: svn commit: r259481 - head/usr.sbin/bsdinstall/scripts To: Devin Teske Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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, 17 Dec 2013 04:50:21 -0000 On Mon, Dec 16, 2013 at 2:54 PM, Devin Teske wrote: > Author: dteske > Date: Mon Dec 16 19:54:55 2013 > New Revision: 259481 > URL: http://svnweb.freebsd.org/changeset/base/259481 > > Log: > Auto-enable 4k sector alignment when disk encryption is requested (it is > required in such a case). Nice > But don't prevent the user from pointing the > gun at his/her foot -- you can disable 4k alignment after enabling geli). Why? Is there ever a reason you would want to do this? -- Eitan Adler