[pkg-cryptsetup-devel] Bug#604814: upgrade-reports: Upgrade lenny to squeeze mostly successful
Julien Cristau
jcristau at debian.org
Wed Nov 24 14:37:46 UTC 2010
On Wed, Nov 24, 2010 at 14:53:59 +0100, David Kuehling wrote:
> Some warnings were printed during upgrade:
>
> ***
> update-initramfs: Generating /boot/initrd.img-2.6.26-2-686
> cryptsetup: WARNING: target sda2_crypt has a random key, skipped
> /tmp/mkinitramfs_vkMxi2/scripts/local-top/cryptroot: line 11: [: too many arguments
> ***
>
> No problems so far, my crypto-root is booting without problems.
>
1 #!/bin/sh
2
3 #
4 # Standard initramfs preamble
5 #
6 prereqs()
7 {
8 # Make sure that cryptroot is run last in local-top
9 for req in $(dirname $0)/*; do
10 script=${req##*/}
11 if [ $script != cryptroot ]; then
12 echo $script
13 fi
14 done
15 }
16
17 case $1 in
18 prereqs)
19 prereqs
20 exit 0
Weird. Maybe the cryptsetup or initramfs-tools maintainer will have an
idea.
Cheers,
Julien
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-cryptsetup-devel/attachments/20101124/bbcb7816/attachment.pgp>
More information about the pkg-cryptsetup-devel
mailing list