Commit of r1337

Max Vozeler max at nusquama.org
Sat Dec 16 15:29:54 CET 2006


On Sat, Dec 16, 2006 at 08:46:47AM +0100, Lionel Elie Mamane wrote:
> On Sat, Dec 02, 2006 at 06:14:38PM -0000, xam at users.alioth.debian.org wrote:
> > -if [ -z "${FORCE_LOOPAES}" ]; then
> > +if [ "$MODULES" = "dep" ]; then
> >      iterate_cipher_module "manual_add_modules" "$rootencryption"
> >  else
> >      iterate_cipher_module "manual_add_modules" "serpent:blowfish:twofish"
> 
> That won't work as the MODULES configuration option of initramfs is
> not exported to us.

You are right. Too bad. It seems like MODULES is exactly about the
decision we are trying to make there (include all or include needed).
I think I'll file a wishlist bug against initramfs-tools asking for
it to be exported to scripts. Thanks for catching this.

cheers,
Max



More information about the Pkg-loop-aes-maint mailing list