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

Bug#747871: marked as done (mkinitramfs: breaks with LUKS root on MMC ("mkinitramfs: for root /dev/dm-0 missing mmcblk /sys/block/ entry") and MODULES=dep)



Your message dated Sun, 27 Dec 2015 23:00:15 +0000
with message-id <E1aDKIR-0001lD-HK@franck.debian.org>
and subject line Bug#747871: fixed in initramfs-tools 0.121~rc2
has caused the Debian Bug report #747871,
regarding mkinitramfs: breaks with LUKS root on MMC ("mkinitramfs: for root /dev/dm-0 missing mmcblk /sys/block/ entry") and MODULES=dep
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.)


-- 
747871: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747871
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: initramfs-tools
Version: 0.109.1
Severity: normal
File: /usr/sbin/mkinitramfs

Dear Maintainer,

on a system with the rootfs living inside LUKS on an SD card,
mkinitramfs (and thus update-initramfs) fails with:

=== Begin ===
root@mimosa:/boot# update-initramfs -k 3.0.19-mimosa-8-01603-g1b85fba -c
update-initramfs: Generating /boot/initrd.img-3.0.19-mimosa-8-01603-g1b85fba
mkinitramfs: for root /dev/dm-0 missing mmcblk /sys/block/ entry
mkinitramfs: workaround is MODULES=most
mkinitramfs: Error please report the bug
update-initramfs: failed for /boot/initrd.img-3.0.19-mimosa-8-01603-g1b85fba with 1.
=== End ===


Older versions displayed a warning (which I ignored since everything
needed for boot is built-in to the custom kernel anyway), but didn't
abort initramfs generation.

It looks like hook-functions is a bit overzealous in stripping down
the partition name to a device name, resulting in "mmcblk" rather than
"mmcblk0". There's existing special casing in dep_add_modules for
device mapper (LVM/LUKS) on top of cciss or ida and for root on cciss,
ida, mmc and a few more in place already, but not for device mapper on
top of mmc. Maybe a recursive function would be a better fit for
determining the modules needed for the rootfs?

For reference, this is a trace of mkinitramfs:

=== Begin trace ===
+ 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 mkinitramfs -- -o /boot/initrd.img-3.0.19-mimosa-8-01603-g1b85fba.new 3.0.19-mimosa-8-01603-g1b85fba
+ OPTIONS=' -o '\''/boot/initrd.img-3.0.19-mimosa-8-01603-g1b85fba.new'\'' -- '\''3.0.19-mimosa-8-01603-g1b85fba'\'''
+ '[' 0 '!=' 0 ']'
+ eval set -- ' -o '\''/boot/initrd.img-3.0.19-mimosa-8-01603-g1b85fba.new'\'' -- '\''3.0.19-mimosa-8-01603-g1b85fba'\'''
++ set -- -o /boot/initrd.img-3.0.19-mimosa-8-01603-g1b85fba.new -- 3.0.19-mimosa-8-01603-g1b85fba
+ true
+ case "$1" in
+ outfile=/boot/initrd.img-3.0.19-mimosa-8-01603-g1b85fba.new
+ shift 2
+ true
+ case "$1" in
+ shift
+ break
+ . /usr/share/initramfs-tools/scripts/functions
+ . /usr/share/initramfs-tools/hook-functions
+ . /etc/initramfs-tools/initramfs.conf
++ MODULES=dep
++ BUSYBOX=y
++ KEYMAP=n
++ COMPRESS=gzip
++ DEVICE=
++ NFSROOT=auto
+ EXTRA_CONF=
+ for i in '/usr/share/initramfs-tools/conf.d/*' '${CONFDIR}/conf.d/*'
+ '[' -e '/usr/share/initramfs-tools/conf.d/*' ']'
+ for i in '/usr/share/initramfs-tools/conf.d/*' '${CONFDIR}/conf.d/*'
+ '[' -e '/etc/initramfs-tools/conf.d/*' ']'
+ for i in '/usr/share/initramfs-tools/conf-hooks.d/*'
+ '[' -d /usr/share/initramfs-tools/conf-hooks.d/cryptsetup ']'
+ '[' -e /usr/share/initramfs-tools/conf-hooks.d/cryptsetup ']'
+ . /usr/share/initramfs-tools/conf-hooks.d/cryptsetup
++ KEYMAP=y
++ BUSYBOX=y
++ FRAMEBUFFER=y
+ '[' -n '' ']'
+ '[' -z /boot/initrd.img-3.0.19-mimosa-8-01603-g1b85fba.new ']'
+ touch /boot/initrd.img-3.0.19-mimosa-8-01603-g1b85fba.new
++ readlink -f /boot/initrd.img-3.0.19-mimosa-8-01603-g1b85fba.new
+ outfile=/boot/initrd.img-3.0.19-mimosa-8-01603-g1b85fba.new
+ '[' 1 -ne 1 ']'
+ version=3.0.19-mimosa-8-01603-g1b85fba
+ case "${version}" in
+ case "${version}" in
+ '[' -z '' ']'
+ compress=gzip
+ command -v gzip
+ dpkg --compare-versions 3.0.19-mimosa-8-01603-g1b85fba lt 2.6.38
+ '[' gzip = lzop ']'
+ '[' gzip = xz ']'
+ '[' -d /boot/initrd.img-3.0.19-mimosa-8-01603-g1b85fba.new ']'
+ MODULESDIR=/lib/modules/3.0.19-mimosa-8-01603-g1b85fba
+ '[' '!' -e /lib/modules/3.0.19-mimosa-8-01603-g1b85fba ']'
+ '[' '!' -e /lib/modules/3.0.19-mimosa-8-01603-g1b85fba/modules.dep ']'
+ '[' -n '' ']'
++ mktemp -d /var/tmp/mkinitramfs_XXXXXX
+ DESTDIR=/var/tmp/mkinitramfs_K8XasF
+ chmod 755 /var/tmp/mkinitramfs_K8XasF
+ NOEXEC=
++ tail -1
++ awk '{print $6}'
++ df -P /var/tmp/mkinitramfs_K8XasF
+ fs=/
+ '[' -n / ']'
+ grep -q 'on / .*noexec'
+ mount
++ mktemp /var/tmp/mkinitramfs-OL_XXXXXX
+ __TMPCPIOGZ=/var/tmp/mkinitramfs-OL_OuJNFs
++ dpkg --print-architecture
+ DPKG_ARCH=armel
+ export MODULESDIR
+ export version
+ export CONFDIR
+ export DESTDIR
+ export DPKG_ARCH
+ export verbose
+ export KEYMAP
+ export MODULES
+ export BUSYBOX
+ export __TMPCPIOGZ
+ for d in bin conf/conf.d etc lib/modules run sbin scripts '${MODULESDIR}'
+ mkdir -p /var/tmp/mkinitramfs_K8XasF/bin
+ for d in bin conf/conf.d etc lib/modules run sbin scripts '${MODULESDIR}'
+ mkdir -p /var/tmp/mkinitramfs_K8XasF/conf/conf.d
+ for d in bin conf/conf.d etc lib/modules run sbin scripts '${MODULESDIR}'
+ mkdir -p /var/tmp/mkinitramfs_K8XasF/etc
+ for d in bin conf/conf.d etc lib/modules run sbin scripts '${MODULESDIR}'
+ mkdir -p /var/tmp/mkinitramfs_K8XasF/lib/modules
+ for d in bin conf/conf.d etc lib/modules run sbin scripts '${MODULESDIR}'
+ mkdir -p /var/tmp/mkinitramfs_K8XasF/run
+ for d in bin conf/conf.d etc lib/modules run sbin scripts '${MODULESDIR}'
+ mkdir -p /var/tmp/mkinitramfs_K8XasF/sbin
+ for d in bin conf/conf.d etc lib/modules run sbin scripts '${MODULESDIR}'
+ mkdir -p /var/tmp/mkinitramfs_K8XasF/scripts
+ for d in bin conf/conf.d etc lib/modules run sbin scripts '${MODULESDIR}'
+ mkdir -p /var/tmp/mkinitramfs_K8XasF//lib/modules/3.0.19-mimosa-8-01603-g1b85fba
+ for x in modules.builtin modules.order
+ '[' -f /lib/modules/3.0.19-mimosa-8-01603-g1b85fba/modules.builtin ']'
+ cp -p /lib/modules/3.0.19-mimosa-8-01603-g1b85fba/modules.builtin /var/tmp/mkinitramfs_K8XasF/lib/modules/3.0.19-mimosa-8-01603-g1b85fba/modules.builtin
+ for x in modules.builtin modules.order
+ '[' -f /lib/modules/3.0.19-mimosa-8-01603-g1b85fba/modules.order ']'
+ cp -p /lib/modules/3.0.19-mimosa-8-01603-g1b85fba/modules.order /var/tmp/mkinitramfs_K8XasF/lib/modules/3.0.19-mimosa-8-01603-g1b85fba/modules.order
+ for x in '"${CONFDIR}/modules"' '/usr/share/initramfs-tools/modules.d/*'
+ '[' -f /etc/initramfs-tools/modules ']'
+ add_modules_from_file /etc/initramfs-tools/modules
+ '[' '!' -e /etc/initramfs-tools/modules ']'
+ read module args
+ grep '^[^#]' /etc/initramfs-tools/modules
+ for x in '"${CONFDIR}/modules"' '/usr/share/initramfs-tools/modules.d/*'
+ '[' -f '/usr/share/initramfs-tools/modules.d/*' ']'
+ case "${MODULES}" in
+ dep_add_modules
+ local block minor root FSTYPE root_dev_path
+ local modules=
+ '[' '!' -d /sys/devices/ ']'
++ read dev foo mp foo fs opts rest
++ mount
++ '[' /sys = / ']'
++ read dev foo mp foo fs opts rest
++ '[' /proc = / ']'
++ read dev foo mp foo fs opts rest
++ '[' /dev = / ']'
++ read dev foo mp foo fs opts rest
++ '[' /dev/pts = / ']'
++ read dev foo mp foo fs opts rest
++ '[' /run = / ']'
++ read dev foo mp foo fs opts rest
++ '[' / = / ']'
++ '[' ext4 '!=' rootfs ']'
++ printf 'root=/dev/disk/by-uuid/64db461f-0fe8-4ebe-b778-59e4f83a71e1\nFSTYPE=ext4'
++ break
+ eval 'root=/dev/disk/by-uuid/64db461f-0fe8-4ebe-b778-59e4f83a71e1
FSTYPE=ext4'
++ root=/dev/disk/by-uuid/64db461f-0fe8-4ebe-b778-59e4f83a71e1
++ FSTYPE=ext4
+ '[' -z /dev/disk/by-uuid/64db461f-0fe8-4ebe-b778-59e4f83a71e1 ']'
+ '[' -z /dev/disk/by-uuid/64db461f-0fe8-4ebe-b778-59e4f83a71e1 ']'
+ '[' ext4 = ubifs ']'
+ '[' /dev/disk/by-uuid/64db461f-0fe8-4ebe-b778-59e4f83a71e1 = /dev/root ']'
++ readlink -f /dev/disk/by-uuid/64db461f-0fe8-4ebe-b778-59e4f83a71e1
+ root=/dev/dm-0
++ /usr/lib/klibc/bin/fstype /dev/dm-0
+ eval 'FSTYPE=ext4
FSSIZE=78913732608'
++ FSTYPE=ext4
++ FSSIZE=78913732608
+ '[' ext4 = unknown ']'
+ modules=' ext4'
+ '[' /dev/dm-0 '!=' /dev/dm-0 ']'
+ '[' 0 '!=' /dev/dm-0 ']'
++ stat --format %T /dev/dm-0
+ minor=0
++ head -n 1
++ ls -1 /sys/block/dm-0/slaves
+ block=mmcblk0p6
+ '[' mmcblk0p6 '!=' mmcblk0p6 ']'
+ '[' mmcblk0p6 '!=' mmcblk0p6 ']'
+ '[' mmcblk0p6 '!=' mmcblk0p6 ']'
+ '[' mmcblk0p6 '!=' mmcblk0p6 ']'
+ block=mmcblk
+ '[' -z mmcblk ']'
+ '[' '!' -e /sys/block/mmcblk ']'
+ echo 'mkinitramfs: for root /dev/dm-0 missing mmcblk /sys/block/ entry'
mkinitramfs: for root /dev/dm-0 missing mmcblk /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
=== End trace ===


For this system, I've solved the problem by switching to
MODULES=list. As mentioned above, I don't need any module to be loaded
from within initramfs anyway.

-- Package-specific info:
-- initramfs sizes
-- /proc/cmdline
fbcon=font:SUN12x22 coherent_pool=76M ro root=UUID=64db461f-0fe8-4ebe-b778-59e4f83a71e1 rootwait rootfstype=ext4 ttyS2 console=ttyS2,115200 console=tty0 mmc_core.removable=0

-- /proc/filesystems
	ext3
	ext2
	ext4
	cramfs
	vfat
	msdos
	fuseblk

-- lsmod
Module                  Size  Used by
tun                    12949  2 
uinput                  6087  1 
rfcomm                 48378  2 
bnep                   11396  2 
bluetooth             166770  8 bnep,rfcomm
siv120d                 7819  0 
libertas_sdio          14588  0 
libertas               89023  1 libertas_sdio
ov7670                  7596  1 
mmp_camera             15015  0 
videobuf2_dma_sg        2869  1 mmp_camera
videobuf2_memops        1828  1 videobuf2_dma_sg
videobuf2_core         14599  1 mmp_camera

-- /etc/initramfs-tools/modules

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

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

-- /etc/crypttab
# <target name>	<source device>						<key file>	<options>
dmcrypt-root	/dev/disk/by-id/memstick-SU128_0xd00455b0-part6		none		luks,discard
dmcrypt-swap	/dev/disk/by-id/memstick-SU128_0xd00455b0-part5		/dev/urandom	swap,cipher=aes-cbc-essiv:md5
#dmcrypt-swap	/dev/disk/by-id/memstick-SD32G_0x0fdce5a8-part2		/dev/urandom	swap,cipher=aes-cbc-essiv:md5

-- /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4] 
unused devices: <none>

-- /sys/block
dm-0
dm-1
mmcblk0
mmcblk1
mmcblk1boot0
mmcblk1boot1

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

/usr/share/initramfs-tools/hooks:
busybox
cryptgnupg
cryptkeyctl
cryptopenct
cryptopensc
cryptpassdev
cryptroot
dmsetup
fuse
keymap
klibc
kmod
lvm2
ntfs_3g
thermal
udev


-- System Information:
Debian Release: 7.5
  APT prefers stable
  APT policy: (500, 'stable'), (1, 'experimental')
Architecture: armel (armv7l)

Kernel: Linux 3.0.19-mimosa-8-01601-g884ba31 (PREEMPT)
Locale: LANG=en_GB, 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+dfsg-0.1
ii  klibc-utils        2.0.1-3.1
ii  kmod               9-3
ii  module-init-tools  9-3
ii  udev               175-7.2

Versions of packages initramfs-tools recommends:
ii  busybox  1:1.20.0-7

Versions of packages initramfs-tools suggests:
ii  bash-completion  1:2.0-1

-- Configuration Files:
/etc/initramfs-tools/initramfs.conf changed:
MODULES=dep
BUSYBOX=y
KEYMAP=n
COMPRESS=gzip
DEVICE=
NFSROOT=auto


-- no debconf information

--- End Message ---
--- Begin Message ---
Source: initramfs-tools
Source-Version: 0.121~rc2

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.

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 747871@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings <ben@decadent.org.uk> (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@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 22 Dec 2015 22:07:42 +0000
Source: initramfs-tools
Binary: initramfs-tools initramfs-tools-core
Architecture: all source
Version: 0.121~rc2
Distribution: experimental
Urgency: medium
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: Ben Hutchings <ben@decadent.org.uk>
Closes: 588452 602331 620814 633582 696632 697017 747871 766920 770394 782641 783291 783410 783620 784234 785147 785564 790095 791754 792557 793786 795831 795832 795837 795839 797361 799443 801154 807000 807004 807256
Description: 
 initramfs-tools-core - generic modular initramfs generator (core tools)
 initramfs-tools - generic modular initramfs generator (automation)
Changes:
 initramfs-tools (0.121~rc2) experimental; urgency=medium
 .
   * Upload to experimental, not unstable
 .
 initramfs-tools (0.121~rc1) unstable; urgency=medium
 .
   [ Ben Hutchings ]
   * [da2159f] Add .gitignore files to exclude generated and backup files
   * [8ad7317] bash-completion: Install using dh_bash-completion
   * [31d21d6] Rename lintian override file so dh_lintian installs it
     automatically
   * [9d45599] debian/control: Update and shorten description
   * [2bf8c27] Split initramfs-tools binary packages into core and automation
     hooks
   * [6562e1b] debian/control,debian/copyright: Use canonical HTTP-S URLs for
     Alioth git repos
   * [76dab5a] hook-functions: Include soft-dependencies of all kernel modules
     (Closes: #588452)
   * [7285ffb] hooks/busybox: Fail if busybox is wanted but not found
     (Closes: #785564)
   * [852b9ab] scripts/functions: Use shell to create stamp file instead of
     'touch' (Closes: #783291)
   * [9aea31d] sripts/local: Remove obsolete hint about ATA device renaming
   * [e0c8d03] hook-functions: Always use /proc/mounts, avoiding mangling of
     /dev/root (Closes: #766920)
   * [728f534] hook-functions: Fold sys_walk_modalias into sys_walk_mod_add
   * [d122ab6] hook-functions: Split block device sysfs lookup into a separate
     function
   * [aff5209] hook-functions: Remove loop-aes support
   * [3cb744c] hook-functions: Rewrite block device sysfs lookup to be generic
     (Closes: #747871, #785147, #807004, #807256)
   * [8ac52dc] hook-functions: Include modules for all components of a
     multi-disk device (Closes: #620814)
   * [c69313d] parse_numeric: Tighten check for whether 'root' parameter is a
     number (Closes: #697017)
   * [8062189] parse_numeric: Add support for 20-bit minor numbers in 'root'
     parameter
   * [88f98b5] parse_numeric: Replace numeric root with canonical device name
   * [28e5a0a] update-initramfs: Use linux-version command to sort versions
     (Closes: #770394, #795837)
   * [4b4e578] lsinitramfs.8: Update the BUGS section to note fix for #717805
     (Closes: #790095)
   * [fa82bf1] hooks/fsck: Stop copying sulogin, which is no longer used
   * [95beada] Only run fsck if enabled in /etc/fstab (pass != 0)
     (Closes: #797361)
   * [371221b] hooks/fsck: Use 'command' to find fsck.<type> (Closes: #784234)
   * [e352b94] scripts/functions: Use blkid to resolve LABEL= and UUID= block
     device IDs
   * [7469eee] scripts/functions: Handle PARTLABEL= and PARTUUID= block device
     IDs using blkid (Closes: #801154)
   * [fe30453] hook-functions: Include drivers/nvme in block driver modules
     (Closes: #807000)
   * [fa1985b] update-initramfs: Run 'sync' after writing the initramfs
     (Closes: #783620)
   * [6a40a89] hook-functions: Introduce copy_file function
   * [a7fc630] Use copy_file to copy config files and firmware, instead of
     copy_exec
   * [52ae50c] hook-functions: Use copy_file to install modules
   * [b215c18] Support multiple break points using a comma delimiter
     (Closes: #795832)
   * [b2dfbeb] Set emacs local variables to implement our shell coding style
   * [b1dc049] hook-functions: Preserve symlinks when copying files
     (Closes: #799443)
   * [319b141] hooks/fsck: Simplify by letting copy_exec handle symlinks
   * [143b9ef] maintainer-notes.html: Update changelog command lines to use
     'gbp dch'
   * [f01cdd4] debian/control: Ensure lockstep upgrade of initramfs-tools and
     -core
   * [88f7bb6] debian/TODO: Update for released and pending changes
   * [d136f22] scripts/local: Remove residual support for separate /etc
     filesystem
   * [14913b2] scripts/local: Name parameters to local_device_setup
   * [3080087] Defer resolving block device IDs to local_device_setup
   * [3574b56] scripts/functions: Stop resolving symlinks in resolve_device
     (Closes: #791754)
 .
   [ Laurent Bigonville ]
   * [27405fc] Support fsck.mode= and fsck.repair= parameters as known by
     systemd-fsck (Closes: #783410, #792557)
   * [8a2f298] Run new panic scripts just before dropping to a shell
     (Closes: #602331)
 .
   [ Boris Egorov ]
   * [c14d661] mkinitramfs: fix bashism in script (Closes: #633582)
 .
   [ Salvatore Bonaccorso ]
   * [f78c9a9] scripts/nfs: Check return value from nfs_mount_root_impl
     (Closes: #782641)
 .
   [ Roger Shimizu ]
   * [50aa8e2] advance the timing of insmod netconsole
   * [3acddcc] redirect debug info to netconsole (Closes: #793786)
 .
   [ Andy Whitcroft ]
   * [4ba741b] Add 2>&1 to the run-init line (Closes: #795831)
   * [1f5c193] When adding i8042 also add psmouse as some keyboards are behind
     the mouse (Closes: #795839)
 .
   [ Roger Leigh ]
   * [6a8d18b] init: Always migrate /run to the rootfs (Closes: #696632)
Checksums-Sha1: 
 637879afd5e58783b459e5d143925c36e6b3fd38 1827 initramfs-tools_0.121~rc2.dsc
 ae8241178fec79ee313b7047b895d11cb7841678 81796 initramfs-tools_0.121~rc2.tar.xz
 ca77d0e7dcee3156cfa17068d6d5b141c1cd8c19 91304 initramfs-tools-core_0.121~rc2_all.deb
 5c816122c238ea6c85e536dbd146e5bf42e1277d 61984 initramfs-tools_0.121~rc2_all.deb
Checksums-Sha256: 
 a843f037d009a716a05608e53358a91882acfee5abecd34d8b05370e6a75f60c 1827 initramfs-tools_0.121~rc2.dsc
 692f46cdb3d98463a39a24b3d6b73e90e1f8644f47898c42c9dfe421b0e17e1a 81796 initramfs-tools_0.121~rc2.tar.xz
 136b2361c60146f48473c074e0ab9322bb985fead530b7ff5c2047c2f37ad9f2 91304 initramfs-tools-core_0.121~rc2_all.deb
 0c95877a21a1d8518218e7790d90840f2fa1a8acf71c7862a49e10645852db0e 61984 initramfs-tools_0.121~rc2_all.deb
Files: 
 5a088b0402a552cb25a3d526b378b298 1827 utils optional initramfs-tools_0.121~rc2.dsc
 ee04e46be524b9dabe82422373e4f69d 81796 utils optional initramfs-tools_0.121~rc2.tar.xz
 4a5f88c08bca7db8f3bea5a2a0654042 91304 utils optional initramfs-tools-core_0.121~rc2_all.deb
 ba9a71555f1e2695e933984954f05946 61984 utils optional initramfs-tools_0.121~rc2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBVnnV7+e/yOyVhhEJAQoBJhAAkjSQFmokaADTzpf6tOlHsw1Zr9xOUV/T
hiOxn7eAP1Az/HfMSs5FQtZfoP8FN89/vcGc0+2uAe7YGNRNPR3QM5ryWU1aGDL6
RaAaoUoFqUAGasH05b0/6O7UD8w5ZGBzj5V6sQgSXO5R+nzOsU90K7/XehLLwEWH
iccC8jl3zK+CEF8klqXuAMG4/pFb+Dr7bE29V/K7ST90EdOKIggXaUkp5KXMuIbA
p6QJcgVQFxJ4FIYko5N42oqb78p5BqsA2BLe8d7u1DO+YboLOpDG40w8GPRFAgyF
e7lb62nwayIN8zdSrLwdwvxYftyMz1SdH3//cybWbZ0+O+MvBwvg5Tq+fkpD2j7V
USxL+WHpoMO8bhGao/Dp6XYrr+dU1vYWIgwarbObqynAtj9WLzAfzNnovr//qKvc
VzNYvplo3T0YYSwK0vBx7Vte4N/FJarFkbiTiGQYZyZ/ok9irphqy2tVoJ2m9Wb3
QbqjV7ujBzXSgFShm09uAMxpGZrrUZMrpsRM6CvRBe+ZmUXh3+r8TiNjoT1/XEEd
xXrHGyexLqVzHmQsvnBL7JyF3iigKMO9URNiZIbWGIiNyq3wDL7/u0u//iARO9aQ
ii+oJfi+eR8HrrEAlmrMCTFz0RRM559hEG/zK6tevtGyezXSy04gRm/TCHuEeltR
sUFVzGtDzn8=
=0u0e
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: