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

Bug#605824: marked as done (initramfs-tools: mkinitramfs fails to derrive root block device on partitioned MD RAID (/dev/md1p3 -> /sys/block/md1/md1p3))



Your message dated Mon, 20 Dec 2010 12:17:05 +0000
with message-id <E1PUefp-0007Ij-FI@franck.debian.org>
and subject line Bug#605824: fixed in initramfs-tools 0.98.7
has caused the Debian Bug report #605824,
regarding initramfs-tools: mkinitramfs fails to derrive root block device on partitioned MD RAID (/dev/md1p3 -> /sys/block/md1/md1p3)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
605824: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605824
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: initramfs-tools
Version: 0.98.5
Severity: important


I've moved fresh squeeze installation onto RAID setup (md0: unpartitioned RAID1 with /boot; md1: partitioned RAID10f2 with root fs on /dev/md1p3).
After that, mkinitramfs is no longer able to correctly derrive /sys/block/... path for root. 
sh -x /usr/sbin/mkinitramfs output attached.  

# sh -x /usr/sbin/mkinitramfs -o /tmp/foo -v
+ umask 0022
+ export PATH=/usr/bin:/sbin:/bin
+ keep=n
+ CONFDIR=/etc/initramfs-tools
+ verbose=n
+ test -e /bin/busybox
+ BUSYBOXDIR=/bin
+ test -e /usr/lib/initramfs-tools/bin/busybox
+ export BUSYBOXDIR
+ getopt -o c:d:ko:r:v -n /usr/sbin/mkinitramfs -- -o /tmp/foo -v
+ OPTIONS= -o '/tmp/foo' -v --
+ [ 0 != 0 ]
+ eval set --  -o '/tmp/foo' -v --
+ set -- -o /tmp/foo -v --
+ true
+ outfile=/tmp/foo
+ shift 2
+ true
+ verbose=y
+ shift
+ true
+ shift
+ break
+ . /usr/share/initramfs-tools/scripts/functions
+ . /usr/share/initramfs-tools/hook-functions
+ . /etc/initramfs-tools/initramfs.conf
+ MODULES=most
+ BUSYBOX=y
+ KEYMAP=n
+ COMPRESS=gzip
+ BOOT=local
+ DEVICE=
+ NFSROOT=auto
+ EXTRA_CONF=
+ [ -e /usr/share/initramfs-tools/conf.d/* ]
+ [ -e /etc/initramfs-tools/conf.d/driver-policy ]
+ basename /etc/initramfs-tools/conf.d/driver-policy
+ grep ^[[:alnum:]][[:alnum:]\._-]*$
+ grep -v \.dpkg-.*$
+ EXTRA_CONF= driver-policy
+ [ -e /etc/initramfs-tools/conf.d/resume ]
+ basename /etc/initramfs-tools/conf.d/resume
+ grep ^[[:alnum:]][[:alnum:]\._-]*$
+ grep -v \.dpkg-.*$
+ EXTRA_CONF= driver-policy resume
+ [ -e /etc/initramfs-tools/conf.d/driver-policy ]
+ . /etc/initramfs-tools/conf.d/driver-policy
+ MODULES=dep
+ [ -e /etc/initramfs-tools/conf.d/resume ]
+ . /etc/initramfs-tools/conf.d/resume
+ RESUME=UUID=027b8648-cfed-41f1-bc02-6b1356edb022
+ [ -e /usr/share/initramfs-tools/conf-hooks.d/* ]
+ [ -n  ]
+ [ -z /tmp/foo ]
+ touch /tmp/foo
+ readlink -f /tmp/foo
+ outfile=/tmp/foo
+ [ 0 -ne 1 ]
+ uname -r
+ version=2.6.32-5-amd64
+ check_minkver 2.6.32-5-amd64
+ local curversion initdir DPKG_ARCH minversion cm_x tmp
+ curversion=2.6.32-5-amd64
+ initdir=
+ [ -z  ]
+ minversion=2.6.12
+ dpkg --compare-versions 2.6.32-5-amd64 lt 2.6.12
+ return 0
+ check_minkver 2.6.32-5-amd64 /usr/share/initramfs-tools/hooks
+ local curversion initdir DPKG_ARCH minversion cm_x tmp
+ curversion=2.6.32-5-amd64
+ initdir=/usr/share/initramfs-tools/hooks
+ [ -z /usr/share/initramfs-tools/hooks ]
+ set_initlist
+ unset initlist
+ [ /usr/share/initramfs-tools/hooks/busybox = /usr/share/initramfs-tools/hooks/* ]
+ [ ! -x /usr/share/initramfs-tools/hooks/busybox ]
+ [ -d /usr/share/initramfs-tools/hooks/busybox ]
+ sh -n /usr/share/initramfs-tools/hooks/busybox
+ initlist= busybox
+ [ /usr/share/initramfs-tools/hooks/dmsetup = /usr/share/initramfs-tools/hooks/* ]
+ [ ! -x /usr/share/initramfs-tools/hooks/dmsetup ]
+ [ -d /usr/share/initramfs-tools/hooks/dmsetup ]
+ sh -n /usr/share/initramfs-tools/hooks/dmsetup
+ initlist= busybox dmsetup
+ [ /usr/share/initramfs-tools/hooks/keymap = /usr/share/initramfs-tools/hooks/* ]
+ [ ! -x /usr/share/initramfs-tools/hooks/keymap ]
+ [ -d /usr/share/initramfs-tools/hooks/keymap ]
+ sh -n /usr/share/initramfs-tools/hooks/keymap
+ initlist= busybox dmsetup keymap
+ [ /usr/share/initramfs-tools/hooks/klibc = /usr/share/initramfs-tools/hooks/* ]
+ [ ! -x /usr/share/initramfs-tools/hooks/klibc ]
+ [ -d /usr/share/initramfs-tools/hooks/klibc ]
+ sh -n /usr/share/initramfs-tools/hooks/klibc
+ initlist= busybox dmsetup keymap klibc
+ [ /usr/share/initramfs-tools/hooks/mdadm = /usr/share/initramfs-tools/hooks/* ]
+ [ ! -x /usr/share/initramfs-tools/hooks/mdadm ]
+ [ -d /usr/share/initramfs-tools/hooks/mdadm ]
+ sh -n /usr/share/initramfs-tools/hooks/mdadm
+ initlist= busybox dmsetup keymap klibc mdadm
+ [ /usr/share/initramfs-tools/hooks/thermal = /usr/share/initramfs-tools/hooks/* ]
+ [ ! -x /usr/share/initramfs-tools/hooks/thermal ]
+ [ -d /usr/share/initramfs-tools/hooks/thermal ]
+ sh -n /usr/share/initramfs-tools/hooks/thermal
+ initlist= busybox dmsetup keymap klibc mdadm thermal
+ [ /usr/share/initramfs-tools/hooks/udev = /usr/share/initramfs-tools/hooks/* ]
+ [ ! -x /usr/share/initramfs-tools/hooks/udev ]
+ [ -d /usr/share/initramfs-tools/hooks/udev ]
+ sh -n /usr/share/initramfs-tools/hooks/udev
+ initlist= busybox dmsetup keymap klibc mdadm thermal udev
+ sed /^MINKVER=/!d;$!d;s/^MINKVER=//;s/[[:space:]]*$// /usr/share/initramfs-tools/hooks/busybox
+ minver=
+ [ -z  ]
+ continue
+ sed /^MINKVER=/!d;$!d;s/^MINKVER=//;s/[[:space:]]*$// /usr/share/initramfs-tools/hooks/dmsetup
+ minver=
+ [ -z  ]
+ continue
+ sed /^MINKVER=/!d;$!d;s/^MINKVER=//;s/[[:space:]]*$// /usr/share/initramfs-tools/hooks/keymap
+ minver=
+ [ -z  ]
+ continue
+ sed /^MINKVER=/!d;$!d;s/^MINKVER=//;s/[[:space:]]*$// /usr/share/initramfs-tools/hooks/klibc
+ minver=
+ [ -z  ]
+ continue
+ sed /^MINKVER=/!d;$!d;s/^MINKVER=//;s/[[:space:]]*$// /usr/share/initramfs-tools/hooks/mdadm
+ minver=
+ [ -z  ]
+ continue
+ sed /^MINKVER=/!d;$!d;s/^MINKVER=//;s/[[:space:]]*$// /usr/share/initramfs-tools/hooks/thermal
+ minver=
+ [ -z  ]
+ continue
+ sed /^MINKVER=/!d;$!d;s/^MINKVER=//;s/[[:space:]]*$// /usr/share/initramfs-tools/hooks/udev
+ minver=
+ [ -z  ]
+ continue
+ check_minkver 2.6.32-5-amd64 /etc/initramfs-tools/hooks
+ local curversion initdir DPKG_ARCH minversion cm_x tmp
+ curversion=2.6.32-5-amd64
+ initdir=/etc/initramfs-tools/hooks
+ [ -z /etc/initramfs-tools/hooks ]
+ set_initlist
+ unset initlist
+ [ /etc/initramfs-tools/hooks/* = /etc/initramfs-tools/hooks/* ]
+ return
+ [ -z  ]
+ compress=gzip
+ command -v gzip
+ grep -q -i ^config_rd_gzi /boot/config-2.6.32-5-amd64
+
+ [ gzip = lzop ]
+ [ -d /tmp/foo ]
+ MODULESDIR=/lib/modules/2.6.32-5-amd64
+ [ ! -e /lib/modules/2.6.32-5-amd64 ]
+ [ ! -e /lib/modules/2.6.32-5-amd64/modules.dep ]
+ mktemp -d /tmp/mkinitramfs_XXXXXX
+ DESTDIR=/tmp/mkinitramfs_8v5BKq
+ chmod 755 /tmp/mkinitramfs_8v5BKq
+ NOEXEC=
+ df /tmp/mkinitramfs_8v5BKq
+ tail -1
+ awk {print $6}
+ fs=/
+ [ -n / ]
+ mount
+ grep -q on / .*noexec
+ mktemp /tmp/mkinitramfs-OL_XXXXXX
+ __TMPCPIOGZ=/tmp/mkinitramfs-OL_RMsLcE
+ dpkg --print-architecture
+ DPKG_ARCH=amd64
+ export MODULESDIR
+ export version
+ export CONFDIR
+ export DESTDIR
+ export DPKG_ARCH
+ export verbose
+ export KEYMAP
+ export MODULES
+ export BUSYBOX
+ export __TMPCPIOGZ
+ mkdir -p /tmp/mkinitramfs_8v5BKq/bin
+ mkdir -p /tmp/mkinitramfs_8v5BKq/conf/conf.d
+ mkdir -p /tmp/mkinitramfs_8v5BKq/etc
+ mkdir -p /tmp/mkinitramfs_8v5BKq/lib/modules
+ mkdir -p /tmp/mkinitramfs_8v5BKq/sbin
+ mkdir -p /tmp/mkinitramfs_8v5BKq/scripts
+ mkdir -p /tmp/mkinitramfs_8v5BKq//lib/modules/2.6.32-5-amd64
+ [ -f /lib/modules/2.6.32-5-amd64/modules.order ]
+ cp -p /lib/modules/2.6.32-5-amd64/modules.order /tmp/mkinitramfs_8v5BKq/lib/modules/2.6.32-5-amd64/modules.order
+ [ -f /etc/initramfs-tools/modules ]
+ add_modules_from_file /etc/initramfs-tools/modules
+ [ ! -e /etc/initramfs-tools/modules ]
+ grep ^[^#] /etc/initramfs-tools/modules
+ read module args
+ [ -f /usr/share/initramfs-tools/modules.d/* ]
+ dep_add_modules
+ local block minor root FSTYPE root_dev_path x
+ [ ! -d /sys/devices/ ]
+ mount
+ awk /\/dev\// {if ($3 == "/") {print "root=" $1 "\nFSTYPE=" $5; exit}}
+ eval root=/dev/md1p3
FSTYPE=ext3
+ root=/dev/md1p3
+ FSTYPE=ext3
+ [ -z /dev/md1p3 ]
+ [ -z /dev/md1p3 ]
+ [ ext3 = ubifs ]
+ [ /dev/md1p3 = /dev/root ]
+ readlink -f /dev/md1p3
+ root=/dev/md1p3
+ /usr/lib/klibc/bin/fstype /dev/md1p3
+ eval FSTYPE=ext3
FSSIZE=61441409024
+ FSTYPE=ext3
+ FSSIZE=61441409024
+ [ ext3 = unknown ]
+ manual_add_modules ext3
+ local kmod firmware
+ modprobe --set-version=2.6.32-5-amd64 --ignore-install --quiet --show-depends ext3
+ awk /^insmod/ { print $2 }
+ [ -e /tmp/mkinitramfs_8v5BKq//lib/modules/2.6.32-5-amd64/kernel/fs/mbcache.ko ]
+ dirname /lib/modules/2.6.32-5-amd64/kernel/fs/mbcache.ko
+ mkdir -p /tmp/mkinitramfs_8v5BKq//lib/modules/2.6.32-5-amd64/kernel/fs
+ dirname /lib/modules/2.6.32-5-amd64/kernel/fs/mbcache.ko
+ ln -s /lib/modules/2.6.32-5-amd64/kernel/fs/mbcache.ko /tmp/mkinitramfs_8v5BKq//lib/modules/2.6.32-5-amd64/kernel/fs
+ [ y = y ]
+ echo Adding module /lib/modules/2.6.32-5-amd64/kernel/fs/mbcache.ko
Adding module /lib/modules/2.6.32-5-amd64/kernel/fs/mbcache.ko
+ modinfo -F firmware /lib/modules/2.6.32-5-amd64/kernel/fs/mbcache.ko
+ [ -e /tmp/mkinitramfs_8v5BKq//lib/modules/2.6.32-5-amd64/kernel/fs/jbd/jbd.ko ]
+ dirname /lib/modules/2.6.32-5-amd64/kernel/fs/jbd/jbd.ko
+ mkdir -p /tmp/mkinitramfs_8v5BKq//lib/modules/2.6.32-5-amd64/kernel/fs/jbd
+ dirname /lib/modules/2.6.32-5-amd64/kernel/fs/jbd/jbd.ko
+ ln -s /lib/modules/2.6.32-5-amd64/kernel/fs/jbd/jbd.ko /tmp/mkinitramfs_8v5BKq//lib/modules/2.6.32-5-amd64/kernel/fs/jbd
+ [ y = y ]
+ echo Adding module /lib/modules/2.6.32-5-amd64/kernel/fs/jbd/jbd.ko
Adding module /lib/modules/2.6.32-5-amd64/kernel/fs/jbd/jbd.ko
+ modinfo -F firmware /lib/modules/2.6.32-5-amd64/kernel/fs/jbd/jbd.ko
+ [ -e /tmp/mkinitramfs_8v5BKq//lib/modules/2.6.32-5-amd64/kernel/fs/ext3/ext3.ko ]
+ dirname /lib/modules/2.6.32-5-amd64/kernel/fs/ext3/ext3.ko
+ mkdir -p /tmp/mkinitramfs_8v5BKq//lib/modules/2.6.32-5-amd64/kernel/fs/ext3
+ dirname /lib/modules/2.6.32-5-amd64/kernel/fs/ext3/ext3.ko
+ ln -s /lib/modules/2.6.32-5-amd64/kernel/fs/ext3/ext3.ko /tmp/mkinitramfs_8v5BKq//lib/modules/2.6.32-5-amd64/kernel/fs/ext3
+ [ y = y ]
+ echo Adding module /lib/modules/2.6.32-5-amd64/kernel/fs/ext3/ext3.ko
Adding module /lib/modules/2.6.32-5-amd64/kernel/fs/ext3/ext3.ko
+ modinfo -F firmware /lib/modules/2.6.32-5-amd64/kernel/fs/ext3/ext3.ko
+ [ /dev/md1p3 != /dev/md1p3 ]
+ [ /dev/md1p3 != /dev/md1p3 ]
+ [ /dev/md1p3 != /dev/md1p3 ]
+ [ 1p3 != /dev/md1p3 ]
+ root=1p3
+ sed -ne s/multipath/[/ -e s/linear/[/ -e s/raid[0-9][0-9]*/[/ -e s/\([hs]d[a-z][a-z]*\)[0-9][0-9]*/\1/g -e /^md1p3 :/s/^[^[]*\[ \([^\[]*\)\[.*$/\1/p
+ block=
+ [ -z  ]
+ echo mkinitramfs: for root 1p3 missing  /sys/block/ entry
mkinitramfs: for root 1p3 missing  /sys/block/ entry
+ echo mkinitramfs: workaround is MODULES=most
mkinitramfs: workaround is MODULES=most
+ echo mkinitramfs: Error please report the bug
mkinitramfs: Error please report the bug
+ exit 1


-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 2.9M Nov 12 01:06 /boot/initrd.img-2.6.32-5-amd64
-- /proc/cmdline
root=UUID=48f19165-5fc6-462c-901d-b25dab4dd1f6 elevator=deadline ro 

-- resume
RESUME=UUID=027b8648-cfed-41f1-bc02-6b1356edb022
-- /proc/filesystems
	ext3

-- lsmod
Module                  Size  Used by
vmnet                  34699  15 
parport_pc             18855  0 
parport                27954  1 parport_pc
vsock                  18412  0 
vmci                   43259  1 vsock
vmmon                  59947  8 
vboxnetadp              4193  0 
vboxnetflt             12525  0 
vboxdrv              1723671  2 vboxnetadp,vboxnetflt
loop                   11799  0 
firewire_sbp2          11514  0 
snd_hda_codec_atihdmi     2251  1 
snd_hda_codec_realtek   235538  1 
snd_hda_intel          19987  0 
snd_hda_codec          54244  3 snd_hda_codec_atihdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               5380  1 snd_hda_codec
radeon                573612  0 
uhci_hcd               18521  0 
xhci                   33037  0 
ehci_hcd               31135  0 
snd_pcm                60503  2 snd_hda_intel,snd_hda_codec
ttm                    40002  1 radeon
snd_timer              15582  1 snd_pcm
usbcore               121954  4 uhci_hcd,xhci,ehci_hcd
firewire_ohci          19468  0 
firewire_core          36800  2 firewire_sbp2,firewire_ohci
snd                    46446  6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore               4598  1 snd
drm_kms_helper         20065  1 radeon
snd_page_alloc          6249  2 snd_hda_intel,snd_pcm
crc_itu_t               1307  1 firewire_core
drm                   142375  3 radeon,ttm,drm_kms_helper
sg                     18744  0 
nls_base                6377  1 usbcore
sky2                   40755  0 
i2c_i801                7830  0 
i2c_algo_bit            4225  1 radeon
i2c_core               15712  5 radeon,drm_kms_helper,drm,i2c_i801,i2c_algo_bit
psmouse                49777  0 
evdev                   7352  3 
pcspkr                  1699  0 
serio_raw               3752  0 
sr_mod                 12602  0 
asus_atk0110            7686  0 
button                  4650  0 
wmi                     4323  0 
cdrom                  29415  1 sr_mod
processor              29951  0 
ext3                  106534  5 
jbd                    37101  1 ext3
mbcache                 5050  1 ext3
raid10                 17809  1 
raid456                44500  0 
async_raid6_recov       5170  1 raid456
async_pq                3479  2 raid456,async_raid6_recov
raid6_pq               77179  2 async_raid6_recov,async_pq
async_xor               2478  3 raid456,async_raid6_recov,async_pq
xor                     4380  1 async_xor
async_memcpy            1198  2 raid456,async_raid6_recov
async_tx                1734  5 raid456,async_raid6_recov,async_pq,async_xor,async_memcpy
raid1                  18415  1 
raid0                   5517  0 
multipath               6059  0 
linear                  3455  0 
md_mod                 73808  13 raid10,raid456,raid1,raid0,multipath,linear
sd_mod                 29777  12 
crc_t10dif              1276  1 sd_mod
ahci                   32374  8 
libata                133616  1 ahci
thermal                11674  0 
scsi_mod              122117  5 firewire_sbp2,sg,sr_mod,sd_mod,libata
thermal_sys            11942  2 processor,thermal

-- /etc/initramfs-tools/modules

-- /etc/kernel-img.conf
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
do_bootloader = no
do_initrd = yes
link_in_boot = no

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n
COMPRESS=gzip
BOOT=local
DEVICE=
NFSROOT=auto

-- /etc/initramfs-tools/update-initramfs.conf
update_initramfs=yes
backup_initramfs=no

-- /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] 
md0 : active raid1 sdc1[0] sdf1[3] sde1[2] sdd1[1]
      128384 blocks [4/4] [UUUU]
      
md1 : active raid10 sdc2[0] sdf2[3] sde2[2] sdd2[1]
      1953261568 blocks 512K chunks 2 far-copies [4/4] [UUUU]
      
unused devices: <none>

-- mkinitramfs hooks
/etc/initramfs-tools/hooks/:

/usr/share/initramfs-tools/hooks:
busybox
dmsetup
keymap
klibc
mdadm
thermal
udev


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages initramfs-tools depends on:
ii  cpio                          2.11-4     GNU cpio -- a program to manage ar
ii  findutils                     4.4.2-1+b1 utilities for finding files--find,
ii  klibc-utils                   1.5.20-1   small utilities built with klibc f
ii  module-init-tools             3.12-1     tools for managing Linux kernel mo
ii  udev                          164-2      /dev/ and hotplug management daemo

Versions of packages initramfs-tools recommends:
ii  busybox                       1:1.17.1-8 Tiny utilities for small and embed

Versions of packages initramfs-tools suggests:
ii  bash-completion               1:1.2-3    programmable completion for the ba

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: initramfs-tools
Source-Version: 0.98.7

We believe that the bug you reported is fixed in the latest version of
initramfs-tools, which is due to be installed in the Debian FTP archive:

initramfs-tools_0.98.7.dsc
  to main/i/initramfs-tools/initramfs-tools_0.98.7.dsc
initramfs-tools_0.98.7.tar.gz
  to main/i/initramfs-tools/initramfs-tools_0.98.7.tar.gz
initramfs-tools_0.98.7_all.deb
  to main/i/initramfs-tools/initramfs-tools_0.98.7_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 605824@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
maximilian attems <maks@debian.org> (supplier of updated initramfs-tools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 20 Dec 2010 12:56:01 +0100
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.98.7
Distribution: unstable
Urgency: high
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: maximilian attems <maks@debian.org>
Description: 
 initramfs-tools - tools for generating an initramfs
Closes: 605824 607509
Changes: 
 initramfs-tools (0.98.7) unstable; urgency=high
 .
   [ Aad dame ]
   * [1caecd2] initramfs-tools: Fix MODULES=dep on an AOE device.
     (Closes: #607509)
 .
   [ maximilian attems ]
   * [78337a4] MODULES=dep Fix partitioned raid setup (Closes: #605824)
Checksums-Sha1: 
 357ed8da5676a856352757b82fd61c81f987aaf5 973 initramfs-tools_0.98.7.dsc
 b292c28dd5544e45f784a6b8d2868a48b876b66e 83021 initramfs-tools_0.98.7.tar.gz
 7a60adf57c4bf6b566b0e96ef53ba5ee508a72f1 89162 initramfs-tools_0.98.7_all.deb
Checksums-Sha256: 
 a4e0c26ebe336e3b7ad0e4960e1b9086e0030a8b69ccb2168758da7dc806fd3d 973 initramfs-tools_0.98.7.dsc
 48d007f7284e318e1eea1a84b0fd628ff9aab8a1c31b632584b83172aca3bd6e 83021 initramfs-tools_0.98.7.tar.gz
 d07cefeb7d07f3ac3b2cafb8dd65a435c410dfb1c413738005371bb0aba1f603 89162 initramfs-tools_0.98.7_all.deb
Files: 
 3e64dcc4c64f930225d073d34b1315d6 973 utils optional initramfs-tools_0.98.7.dsc
 0d101d3cba018dc1de3cea417757faa6 83021 utils optional initramfs-tools_0.98.7.tar.gz
 820fb1a35f220c868b90d34c206271ba 89162 utils optional initramfs-tools_0.98.7_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk0PRW0ACgkQeW7Lc5tEHqgzvQCglw6hEW15Jsfvz2wP5rPTUpjo
/O4An12j/oPHcoAkCYP4Gc+B/evWEL8w
=3rGS
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: