initramfs-tools 0.99ubuntu13.3 source package in Ubuntu

Changelog

initramfs-tools (0.99ubuntu13.3) precise; urgency=low

  * src/wait-for-root.c: udev_monitor_receive_device() might still
    return NULL even with a blocking socket if recvmsg() fails with
    ENOBUFS. Retry every second in that case. Thanks to Tetsuo Handa for
    debugging this and the patch! (LP: #1215911)
 -- Chris J Arges <email address hidden>   Thu, 05 Sep 2013 16:15:26 -0500

Upload details

Uploaded by:
Chris J Arges
Sponsored by:
Marc Deslauriers
Uploaded to:
Precise
Original maintainer:
Ubuntu Kernel Team
Architectures:
any all
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
initramfs-tools_0.99ubuntu13.3.tar.gz 109.3 KiB 184237407be84bb941f265e3e14a305fc64e07d2ce41b956cca1f1b6a0301cab
initramfs-tools_0.99ubuntu13.3.dsc 1.8 KiB 516ab9a26c78d6f4add968f567bbb9a998cff6f966939eaf4dc173914cfeca65

Available diffs

View changes file

Binary packages built by this source

initramfs-tools: tools for generating an initramfs

 This package contains tools to create and boot an initramfs for packaged 2.6
 Linux kernel. The initramfs is a gzipped cpio archive. At boot time, the
 kernel unpacks that archive into RAM, mounts and uses it as initial root file
 system. The mounting of the real root file system occurs in early user space.
 klibc provides utilities to setup root. Having the root on MD, LVM2, LUKS or
 NFS is also supported.
 Any boot loader with initrd support is able to load an initramfs archive.

initramfs-tools-bin: binaries used by initramfs-tools

 This package contains binaries used inside the initramfs images generated
 by initramfs-tools.