I'm still troubleshooting a problem originally posted
here and to get any farther I need to see the init script from the initrd that boots into an encrypted Fedora 11 system. Unfortunately for me to do this would involve a complete reinstall, something that I would like to avoid. I know it's asking a lot, but if someone would post their encrypted system's init file I would really appreciate it.
The file can be extracted from the initrd (for example initrd-2.6.29.6-217.2.3.fc11.i686.PAE.img) as follows (must be done as root):
mkdir _temp
cd _temp
gunzip -c <initrd-2.6.29.6-217.2.3.fc11.i686.PAE.img> | cpio -id
The init file will be inside _temp.
Thanks very much!
Daniel