#
# Default settings for /etc/init.d/geli
#
# Initial setup instructions in:
# http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html
#

## List of devices to process. Alternatively, if their corresponding *.eli file
## is used in /etc/fstab they'll be processed automatically.
#geli_devices="da2"

## Flags for a specific device.
#geli_da2_flags="-p -k /root/da2.key"

## Fallback when no device-specific flags are set.
#geli_default_flags="-p -k /root/default.key"

## How many times to attempt attach before giving up (default is
## determined by kern.geom.eli.tries).
#geli_attach_attempts=3
