Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 98409

Summary: please add device-mapper and aes crypto inside LiveCD kernel
Product: Gentoo Release Media Reporter: bedo <bedrosh>
Component: EverythingAssignee: Gentoo Release Team <releng>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://axljab.homelinux.org/Encryption_-_dm-crypt
Whiteboard:
Package list:
Runtime testing required: ---

Description bedo 2005-07-08 15:33:54 UTC
this is a feature request. 

could you please compile LiveCD kernel with device-mapper, AES crypto, and
SHA256. so we can use it as a rescue disk to access encrypted hard drives using
dm-crypt as described in the url above. 

thanks

-Bedros


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2005-07-08 15:37:24 UTC
Which kernel options are they?

CONFIG_??
Comment 2 bedo 2005-07-08 16:30:12 UTC
please close this feature request.

device mapper, aes, and sha256 are already included in liveCD 2005.0 as modules.

to use dm-crypt as shown in the url above do the following first

modprobe aes
modprobe sha256
modprobe dm-mod

to load needed modules, then proceed as described in dm-crypt example in above url

thanks again.