[Bug 167562] [geli] geli cannot use gpt labels in loader.conf

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 26 11:53:02 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167562

pjd at FreeBSD.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
           Assignee|freebsd-geom at FreeBSD.org    |pjd at FreeBSD.org

vsjcfm at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Discussion               |Issue Resolved
         Resolution|---                         |Works As Intended

--- Comment #5 from pjd at 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 at 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.


More information about the freebsd-geom mailing list