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:
parent
9b710a888e
commit
7217f315d3
3 changed files with 810 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue