The volume_key package provides a library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases.
This package is known to build and work properly using an LFS-8.2 platform.
Download (HTTP): https://releases.pagure.org/volume_key/volume_key-0.3.9.tar.xz
Download MD5 sum: a2d14931177c660e1f3ebbcf5f47d8e2
Download size: 436 KB
Estimated disk space required: 7.9 MB
Estimated build time: 0.1 SBU
cryptsetup-1.7.5, GLib-2.54.3, GPGME-1.10.0, and Python-2.7.14
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/volume_key
Install volume_key by running the following commands:
./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
sed -i '/config.h/d' /usr/include/volume_key/libvolume_key.h: Removes a reference to config.h, which is not installed.
Last updated on 2015-09-25 08:48:24 -0500