[Pkg-loop-aes-commits] r1345 -
/branches/loop-aes-utils/initramfs-integration/debian/README
lmamane at users.alioth.debian.org
lmamane at users.alioth.debian.org
Sat Dec 16 06:44:46 CET 2006
Author: lmamane
Date: Sat Dec 16 06:44:45 2006
New Revision: 1345
URL: http://svn.debian.org/wsvn/pkg-loop-aes/?sc=1&rev=1345
Log:
Config variable needs to get exported
Modified:
branches/loop-aes-utils/initramfs-integration/debian/README
Modified: branches/loop-aes-utils/initramfs-integration/debian/README
URL: http://svn.debian.org/wsvn/pkg-loop-aes/branches/loop-aes-utils/initramfs-integration/debian/README?rev=1345&op=diff
==============================================================================
--- branches/loop-aes-utils/initramfs-integration/debian/README (original)
+++ branches/loop-aes-utils/initramfs-integration/debian/README Sat Dec 16 06:44:45 2006
@@ -32,13 +32,20 @@
0.81 or later.
This support is not automatically enabled by default.
-
+
You can activate the support by setting INITRAMFS_LOOPAES in
/etc/initramfs-tools/initramfs.conf or in the shell calling
mkinitramfs to "auto" or "yes". The recommended setting is "auto".
It checks at initramfs creation time if your root device in
/etc/fstab has a "loop=/dev/loopN" option. You can also forcibly
activate the support with "yes" or force it off with "no".
+
+ Wether you set INITRAMFS_LOOPAES in the shell before running
+ mkinitramfs or in /etc/initramfs-tools/initramfs.conf, don't forget
+ to export it. For example:
+
+ INITRAMFS_LOOPAES=auto
+ export INITRAMFS_LOOPAES
When support is forced on, support for all ciphers is included; when
automatically enabled, only the necessary cipher module is included
More information about the Pkg-loop-aes-commits
mailing list