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.
Which kernel options are they? CONFIG_??
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.