freebsd-dev/share
Ben Woods 217df2da08 geli attach multiple providers
Allow attaching of multiple geli providers at once if they use same
passphrase and keyfiles.

This is helpful when the providers being attached are not used for boot,
and therefore the existing code to first try the cached password when
tasting the providers during boot does not apply.

Multiple providers with the same passphrase and keyfiles can be attached
at the same time during system start-up by adding the following to
rc.conf:
  geli_groups="storage backup"
  geli_storage_flags="-k /etc/geli/storage.keys"
  geli_storage_devices="ada0 ada1"
  geli_backup_flags="-j /etc/geli/backup.passfile -k /etc/geli/backup.keys"
  geli_backup_devices="ada2 ada3"

Reviewed by:	wblock, delphij, jilles
Approved by:	sobomax (src), bcr (doc)
Differential Revision:	https://reviews.freebsd.org/D12644
2018-06-26 18:07:16 +00:00
..
colldef
ctypedef
dict
doc
dtrace
examples bhyve/vmrun.sh: make -L functional. 2018-06-24 15:22:38 +00:00
i18n
keys
man geli attach multiple providers 2018-06-26 18:07:16 +00:00
misc share/misc/organization.dot: updates 2018-06-19 12:16:19 +00:00
mk Add support for selectively enabling LLVM targets 2018-06-22 15:00:00 +00:00
monetdef
msgdef
numericdef
security
sendmail
skel Simplify this Makefile. 2018-06-08 15:05:26 +00:00
snmp
syscons
tabset
termcap
tests
timedef timedef: Update Czech timedef 2018-05-23 10:39:02 +00:00
vt
zoneinfo
Makefile
Makefile.inc