Commit of r1337

Lionel Elie Mamane lionel at mamane.lu
Sat Dec 16 08:46:47 CET 2006


On Sat, Dec 02, 2006 at 06:14:38PM -0000, xam at users.alioth.debian.org wrote:
> Author: xam
> Date: Sat Dec  2 19:14:12 2006
> New Revision: 1337
> 
> URL: http://svn.debian.org/wsvn/pkg-loop-aes/?sc=1&rev=1337
> Log:
> initramfs: Show warning if disabled and encrypted root was detected

> --- trunk/loop-aes-utils/debian/initramfs-tools-hook (original)
> +++ trunk/loop-aes-utils/debian/initramfs-tools-hook Sat Dec  2 19:14:12 2006

> -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.

-- 
Lionel



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