[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#604814: upgrade-reports: Upgrade lenny to squeeze mostly successful



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

Attachment: signature.asc
Description: Digital signature


Reply to: