Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2014 11:53:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-geom@FreeBSD.org
Subject:   [Bug 167562] [geli] geli cannot use gpt labels in loader.conf
Message-ID:  <bug-167562-14739-q0xAO2gxZT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-167562-14739@https.bugs.freebsd.org/bugzilla/>
References:  <bug-167562-14739@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
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: 

<name>_load="YES" 
<name>_type="<provider>:geli_keyfile0" 
<name>_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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-167562-14739-q0xAO2gxZT>