https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167562
p...@freebsd.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Assignee|freebsd-geom@FreeBSD.org |p...@freebsd.org vsj...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Issue Resolved Resolution|--- |Works As Intended --- Comment #5 from p...@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 p...@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. _______________________________________________ freebsd-geom@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-geom To unsubscribe, send any mail to "freebsd-geom-unsubscr...@freebsd.org"