LUKS support based on work of Michael Gorven with some code from Clemens Fruhwirth and heavily cleaned up by me (phcoder)

Also-By: Clemens Fruhwirth <clemens@endorphin.org>

	Also-By: Vladimir Serbinenko <phcoder@gmail.com>
This commit is contained in:
Michael Gorven 2011-04-21 11:14:29 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 9b710a888e
commit 7217f315d3
3 changed files with 810 additions and 0 deletions

View file

@ -767,6 +767,12 @@ module = {
common = disk/loopback.c;
};
module = {
name = luks;
common = disk/luks.c;
common = disk/AFSplitter.c;
};
module = {
name = lvm;
common = disk/lvm.c;