Bug #46

[KERNEL] lack of cryptsetup support

Added by Dmitry Osintsev over 14 years ago. Updated about 14 years ago.

Status:Closed Start:01/11/2010
Priority:High Due date:
Assignee:- % Done:

0%

Category:Calculate Linux Spent time: -
Target version:10.4
Votes: 0

Description

There is no sys-fs/cryptsetup support in kernel. CONFIG_BLK_DEV_DM and CONFIG_DM_CRYPT should be compiled in or built as modules. dm-crypt module should be added into /etc/conf.d/modules in second case.

History

Updated by Alexander Tratsevskiy over 14 years ago

  • Target version set to 10.2

I will add support CONFIG_BLK_DEV_DM and CONFIG_DM_CRYPT, but the module dm-crypt into the Startup you will need to write yourself.

Updated by Dmitry Osintsev over 14 years ago

Alexander Tratsevskiy wrote:

I will add support CONFIG_BLK_DEV_DM and CONFIG_DM_CRYPT, but the module dm-crypt into the Startup you will need to write yourself.

This will do :-)

Updated by Dmitry Osintsev over 14 years ago

dimone none wrote:

Alexander Tratsevskiy wrote:

I will add support CONFIG_BLK_DEV_DM and CONFIG_DM_CRYPT, but the module dm-crypt into the Startup you will need to write yourself.

This will do :-)

An afterthought: dm_crypt does not boot automatically. What about those who doesn't know about it?

Updated by Alexander Tratsevskiy over 14 years ago

An afterthought: dm_crypt does not boot automatically. What about those who doesn't know about it?

If I understand correctly this is still not enough to support booting from an encrypted partition.
For prepare the system for yourself you can use the Interactive system build.
You can share the results of its work and we will add support for the next releases.

Updated by Alexander Tratsevskiy about 14 years ago

  • Target version changed from 10.2 to 10.4

Updated by Mikhail Hiretsky about 14 years ago

  • Status changed from New to Closed

Modules is added to kernel config.

Also available in: Atom PDF

Thank you!