Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 May 2012 07:31:08 GMT
From:      pjd@FreeBSD.org
To:        vsjcfm@gmail.com, pjd@FreeBSD.org, freebsd-geom@FreeBSD.org, pjd@FreeBSD.org
Subject:   Re: kern/167562: [geli] geli cannot use gpt labels in loader.conf
Message-ID:  <201205040731.q447V8K3061134@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: [geli] geli cannot use gpt labels in loader.conf

State-Changed-From-To: open->feedback
State-Changed-By: pjd
State-Changed-When: ptk 4 maj 2012 07:26:07 UTC
State-Changed-Why: 
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"


Responsible-Changed-From-To: freebsd-geom->pjd
Responsible-Changed-By: pjd
Responsible-Changed-When: ptk 4 maj 2012 07:26:07 UTC
Responsible-Changed-Why: 
I'll take this one.

http://www.freebsd.org/cgi/query-pr.cgi?pr=167562



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205040731.q447V8K3061134>