From owner-freebsd-geom@FreeBSD.ORG Thu Jun 26 11:53:02 2014 Return-Path: Delivered-To: freebsd-geom@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 A131A8AF for ; Thu, 26 Jun 2014 11:53:02 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87E4A2FCC for ; Thu, 26 Jun 2014 11:53:02 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5QBr2k6053138 for ; Thu, 26 Jun 2014 12:53:02 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-geom@FreeBSD.org Subject: [Bug 167562] [geli] geli cannot use gpt labels in loader.conf Date: Thu, 26 Jun 2014 11:53:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 8.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vsjcfm@gmail.com X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: pjd@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2014 11:53:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167562 pjd@FreeBSD.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Assignee|freebsd-geom@FreeBSD.org |pjd@FreeBSD.org vsjcfm@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Issue Resolved Resolution|--- |Works As Intended --- Comment #5 from pjd@FreeBSD.org --- State Changed From-To: open->feedback You should be able to use any variable name prefix for the keyfiles, you just have to have all three variables: _load="YES" _type=":geli_keyfile0" _name="/path/to/your/keyfile" Those three tells the loader to load the given file. GELI uses what's in _type to find keyfiles. If you have gpt/foo provider you have to be sure to put it into _type's value, but you can use any prefix you like, eg. doesntmatter_load="YES" doesntmatter_type="gpt/foo:geli_keyfile0" doesntmatter_name="/boot/keys/key" --- Comment #6 from pjd@FreeBSD.org --- Responsible Changed From-To: freebsd-geom->pjd I'll take this one. -- You are receiving this mail because: You are the assignee for the bug.