Remoteheader.conf

Aus codecivil
Zur Navigation springen Zur Suche springen
# configuration for remoteheader
#

# ID(s) of the USB/MMC key(s) for decryption (sparated by blanks)
# as listed in /dev/disk/by-id/
REMOTEHEADER_DISKID=""

# encrypted device name, usually /dev/sda5
REMOTEHEADER_DEVICENAME_ENCRYPTED="/dev/sda5"

# decrypted device name, usually sda5_crypt
REMOTEHEADER_DEVICENAME_DECRYPTED="sda5_crypt"

# blocksize usually 512 is OK
REMOTEHEADER_BLOCKSIZE="512"

# start of header information on usb device in blocks
REMOTEHEADER_SKIPBLOCKS=""

# length of header
REMOTEHEADER_READBLOCKS=""