config/encryptionprovider.cfg
changeset 17 980ca72ff1f1
parent 1 ad15a8882cac
     1.1 --- a/config/encryptionprovider.cfg	Tue Apr 08 11:39:52 2014 +0200
     1.2 +++ b/config/encryptionprovider.cfg	Mon Aug 18 16:08:34 2014 +0200
     1.3 @@ -8,8 +8,13 @@
     1.4  # Path where the keyfile will be saved for temp usage
     1.5  Keyfile: /tmp/keyfile.key
     1.6  
     1.7 -
     1.8  MountScript: /usr/local/bin/truecrypt_mount.sh
     1.9  UmountScript: /usr/local/bin/truecrypt_umount.sh
    1.10  InitScript: /usr/local/bin/truecrypt_init.sh
    1.11 -GetDevicesScript: /usr/local/bin/truecrypt_getdevices.sh
    1.12 \ No newline at end of file
    1.13 +GetDevicesScript: /usr/local/bin/truecrypt_getdevices.sh
    1.14 +
    1.15 +# Umount Stick, ....
    1.16 +PreInitScript: /usr/local/bin/pre_init.sh
    1.17 +
    1.18 +# Mount create folders, mount osecfs, ...
    1.19 +PostInitScript: /usr/local/bin/post_init.sh
    1.20 \ No newline at end of file