%general-entities; ]> $LastChangedBy: fernando $ $Date: 2015-09-25 08:48:24 -0500 (Fri, 25 Sep 2015) $ volume_key-&volume_key-version; volume_key Introduction to volume_key The volume_key package provides a library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases. &lfs82_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &volume_key-md5sum; Download size: &volume_key-size; Estimated disk space required: &volume_key-buildsize; Estimated build time: &volume_key-time; Additional Downloads Required patch: volume_key Dependencies Required , , , and Optional User Notes: Installation of volume_key Install volume_key by running the following commands: patch -Np1 -i ../volume_key-&volume_key-version;-cryptsetup2-1.patch && ./configure --prefix=/usr && make This package does not come with a functioning test suite. Now, as the root user: make install && sed -i '/config.h/d' /usr/include/volume_key/libvolume_key.h Command Explanations sed -i '/config.h/d' /usr/include/volume_key/libvolume_key.h: Removes a reference to config.h, which is not installed. Contents Installed Program Installed Library Installed Directory volume_key libvolume_key.so /usr/include/volume_key Short Descriptions volume_key manages encrypted volume keys and passphrases. volume_key volume_key.so contains API functions for managing encrypted volume keys. volume_key.so