initramfs-tools 0.122ubuntu8.17 source package in Ubuntu

Changelog

initramfs-tools (0.122ubuntu8.17) xenial; urgency=medium

  * scripts/functions: Prevent printf error carry over if the wrong
    console is set. (LP: #1879987)
      The function _log_msg() is "void" typed, returning whatever its
      last command returns. This function is the basic building block
      for all error/warning messages in initramfs-tools. If a bad console
      is provided to kernel on command-line, printf returns error, and so
      this error is carried over in _log_msg(). Happens that checkfs()
      function has a loop that runs forever in this scenario (*if* fsck
      is not present in initramfs and "quiet" is not passed in the
      command-line). If that happens, boot is stuck and cannot progress.
      The simple fix hereby merged is to return zero on _log_msg().

 -- <email address hidden> (Guilherme G. Piccoli)  Thu, 23 Jul 2020 13:20:14 -0300

Upload details

Uploaded by:
Guilherme G. Piccoli
Sponsored by:
Mauricio Faria de Oliveira
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates main utils

Downloads

File Size SHA-256 Checksum
initramfs-tools_0.122ubuntu8.17.tar.xz 111.1 KiB 1c41094240f4b671ee24f1dec87833a796efc888b4b628fabbc0fec722a13765
initramfs-tools_0.122ubuntu8.17.dsc 2.1 KiB a91e5c7511bea371f110d6de6a33a282d35510bb4aadaf7a3fc442ebb638d873

Available diffs

View changes file

Binary packages built by this source

initramfs-tools: generic modular initramfs generator (automation)

 This package builds a bootable initramfs for Linux kernel packages. The
 initramfs is loaded along with the kernel and is responsible for
 mounting the root filesystem and starting the main init system.

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

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

initramfs-tools-bin-dbgsym: debug symbols for package initramfs-tools-bin

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

initramfs-tools-core: generic modular initramfs generator (core tools)

 This package contains the mkinitramfs program that can be used to
 create a bootable initramfs for a Linux kernel. The initramfs should
 be loaded along with the kernel and is then responsible for mounting
 the root filesystem and starting the main init system.