Your message dated Tue, 29 Jan 2008 11:40:17 +0100
with message-id <[EMAIL PROTECTED]>
and subject line MODULES="most" does not mean "all"
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: cryptsetup
Version: 2:1.0.5-1
Tags: patch
The installer allows to choose crypt algorhitm (aes, twofish,
blowfish, serpent) but cryptsetup copies to initrd only one of them:
aes.
I.e. for slow CPU systems the blowfish alghorims seems to be a better choise.
--
.''`. Piotr Roszatycki
: :' : mailto:[EMAIL PROTECTED]
`. `' mailto:[EMAIL PROTECTED]
`-
diff -Nru cryptsetup-1.0.6~pre1.orig/debian/initramfs/cryptroot-hook cryptsetup-1.0.6~pre1/debian/initramfs/cryptroot-hook
--- cryptsetup-1.0.6~pre1.orig/debian/initramfs/cryptroot-hook 2007-12-10 15:01:55.000000000 +0000
+++ cryptsetup-1.0.6~pre1/debian/initramfs/cryptroot-hook 2007-12-10 15:05:02.000000000 +0000
@@ -365,7 +365,7 @@
# Unless MODULES = "dep", we always add a basic subset of modules/tools
if [ "$MODULES" != "dep" ]; then
- for mod in dm_mod dm_crypt aes sha256 cbc; do
+ for mod in dm_mod dm_crypt aes blowfish serpent twofish sha256 cbc; do
manual_add_modules $mod
done
copy_exec /sbin/cryptsetup /sbin
--- End Message ---
--- Begin Message ---
Hey Piotr,
after some discussion with David, we came to the conclusion that the
proper fix for your issue would be a correct /etc/crypttab, which will
lead to the crypto modules being included in the initramfs.
We object against adding yet another crypto module to the MODULES=most
schema of initramfs, as then we would have to add blowfish etc. as well.
Therefore I close the bugreport with this message.
greetings,
jonas
--- End Message ---