Change logs for initramfs-tools source package in Stretch

  • initramfs-tools (0.130) unstable; urgency=medium
    
      * [5b7c092] hooks/resume: Fix validation of resume devices specified by
        UUID etc. (Closes: #861057)
    
     -- Ben Hutchings <email address hidden>  Wed, 26 Apr 2017 02:00:05 +0100
  • initramfs-tools (0.128) unstable; urgency=medium
    
      * [cd352e8] debian/control: Add Breaks against older versions of busybox
        (Closes: #855094)
      * [e5c68ce] Include the unmkinitramfs(8) manual page in initramfs-tools-core
      * [dc22177] scripts/local: local_device_setup should not assume devices hold
        file systems
      * [033c948] scripts/local: Apply a single time limit to all device discovery
      * [f3a61b3] scripts/local: Add option for local_device_setup to return failure
      * [2be97ee] scripts/local-premount/resume: Check for kernel resume interface
        earlier
      * [25837a1] scripts/local-premount/resume: Use local_device_setup for resume
        device (Closes: #854791)
    
     -- Ben Hutchings <email address hidden>  Sat, 08 Apr 2017 21:01:30 +0100
  • initramfs-tools (0.127) unstable; urgency=medium
    
      * [251adae] unmkinitramfs: Don't attempt to create /main directory when
        listing (Closes: #848423)
      * [3714d5b] unmkinitramfs: Change mkdir/cd/cpio command sequences to exit on
        failure
    
     -- Ben Hutchings <email address hidden>  Mon, 23 Jan 2017 03:42:36 +0000
  • initramfs-tools (0.126) unstable; urgency=medium
    
      [ Ben Hutchings ]
      * [0b2266e] bash-completion: Fix installation of update-initramfs completion
        script.  Thanks to Stephan Suerken <email address hidden>.  (Closes: #824385)
      * [7d875ad] Revert "hook-functions: Add detached module signatures if present"
      * [b0a5f26] update-initramfs, hooks/resume: Use ischroot command instead of
        our own function
      * [385e3fc] hook-functions: Make copy_file return 0 on creating a link to an
        existing file (Closes: #847325)
      * [82f4bcf] Fix initramfs.conf move to ensure default values are upgraded.
        Thanks to Andreas Beckmann <email address hidden> (Closes: #822671, #825929)
      * [d9f77c1] Remove obsolete bash-completion file on upgrade.
        Thanks to Andreas Beckmann <email address hidden>
      * [4a10868] Remove code that prunes 'broken' symlinks and sometimes /etc/mtab
        (Closes: #845581)
      * [dc2323f] auto_add_modules: Add all I2C bus and mux drivers when
        MODULES=most (Closes: #825687)
      * [811f408] maintainer-notes.html: Update 'git buildpackage' commands to use
        gbp too
      * [cd33566] maintainer-notes.html: Fix post-clean option to gbp buildpackage
      * [f54d7f0] Use debhelper compatibility level 9
      * [5221375] debian/control: Update Standards-Version to 3.9.8; no changes
        needed
      * [c48108d] Revert "initramfs-tools: Install script to be invoked by
        linux-signed postinst"
      * [12744eb] unmkinitramfs: Rewrite command syntax
      * [c7f241f] unmkinitramfs: Unpack early and main cpio archives in separate
        directories
      * [b804348] initramfs-tools: Remove obsolete linux-signed postinst script on
        upgrade
    
      [ Michael Prokop ]
      * [30dfbbd] mkinitramfs: consider *.conf files only, also from
        /lib/modprobe.d/ + don't complain about empty dirs (Closes: #829280)
    
      [ Kevin Locke ]
      * [f1f18a4] Create unmkinitramfs command
    
     -- Ben Hutchings <email address hidden>  Thu, 15 Dec 2016 22:43:05 +0000
  • initramfs-tools (0.125) unstable; urgency=medium
    
      * [74597dd] update-initramfs: Remove $USETRIGGERS variable and condition
      * [b19d13e] initramfs-tools: Install script to be invoked by linux-signed
         postinst
      * [79c0204] mkinitramfs: Fix wildcard for excluding dot-files
        (Closes: #821346)
    
     -- Ben Hutchings <email address hidden>  Sun, 17 Apr 2016 23:13:33 +0100
  • initramfs-tools (0.123) unstable; urgency=medium
    
      [ Ben Hutchings ]
      * [3084929] debian/control: Remove redundant dependency on
        klibc-utils|busybox
      * [913a861] debian/control: Recommend the right busybox packages for the
        target distribution
      * [d4febbd] Remove busybox hook in favour of busybox's own (Closes: #810154)
      * [b5303a1] Update TODO for removal of busybox hook
      * [6cc3d85] hook-functions: Include any modular RTC drivers in the initramfs
      * [ceff05e] hooks/fsck: Stop setting e2fsck broken_system_clock option
        (Closes: #804071)
      * [9c105f0] Assume blkid is always installed, and remove fallbacks
      * [aaba4cb] hooks/fsck: Use get_fstype rather than blkid to probe filesystem
        type
      * [a8ed874] hooks/fsck: Always use get_fstype to probe type of root
        filesystem (Closes: #767471)
      * [e798629] Pass filesystem type from /etc/fstab to fsck when checking /usr
      * [55e075c] hook-functions: Include drivers for all keyboards when
        MODULES=dep (Closes: #639876)
      * [704bfa5] scripts/functions: Explicitly load keyboard drivers only at
        break=top
      * [c5b54ae] scripts/functions: Use more sensible modprobe options at
        break=top
      * [39e90c8] scripts/functions: Load more USB host controllers drivers on
        break=top
      * [8c437f5] scripts/functions: Load HID drivers at break=top
      * [619f2ca] scripts/functions: Connect panic shell to normal tty device
        (Closes: #512679)
      * [8b8b28c] hook-functions: Clean up split between dep_add_modules and
        dep_add_modules_mount
      * [5f34b94] hook-functions: Include modules for resume partition when
        MODULES=dep (Closes: #588770)
      * [31ab487] hook-functions: Stop force-loading drivers found through sysfs
        when MODULES=dep (Closes: #792910)
      * [07f2c88] kernel/postinst.d: Make test for update-initramfs consistent with
        invocation (Closes: #768913)
      * [e5476bf] copy_file: Skip duplicating symlink if it points to the target
        file (Closes: #812404)
      * [d0f4d06] initramfs-tools: Include empty /etc/initramfs-tools/conf.d
        directory (Closes: #809206)
      * [245d584] initramfs-tools.8: Update list of variables exported to hook
        scripts
      * [941429d] initramfs-tools.8: Add a new section for the general description
        of scripts
      * [3ff5d57] initramfs-tools.8: Add brief description of configuration hooks
        and files (Closes: #807527)
      * [c17a21a] Remove klibc hook in favour of klibc's own
      * [ea7e02d] bash-completion: Simplify by using _get_comp_words_by_ref
      * [9e23444] init: Use "case" rather than loop to look for "quiet" parameter
      * [49e4a05] init: Remove fallback from devtmpfs to tmpfs
      * [ab91306] init: Take over handling of rootdelay parameter from udev boot
        script (Closes: #809740)
      * [56dfe39] bash-completion: Rename our completion script so that it works
        again
      * [ac6d31f] mkinitramfs: Delete or report temporary files on failure
        (Closes: #814345)
      * [c8c932d] Move initramfs.conf around in maintainer scripts to avoid it
        being 'obsolete' (Closes: #813229)
      * [138af73] hook-functions: Dereference links when looking up block device
        number
    
      [ Andy Whitcroft ]
      * [7774fa3] Don't display "Loading, please wait..." message when 'quiet' is
        in /proc/cmdline.
      * [c4ea209] Mount /dev with the default tmpfs size rather than sourcing
        udev.conf.
      * [b418ad4] Sync the mount options for /run from /lib/init/fstab
        (LP: #1152744)
      * [c44df0c] init: Mount /dev with "nosuid". Thanks to Daniel (LP: #1450960)
    
     -- Ben Hutchings <email address hidden>  Thu, 11 Feb 2016 02:13:23 +0000
  • initramfs-tools (0.120) unstable; urgency=medium
    
    
      * [23ee5f9] Add '.log' to fsck log output file, and document its existence
        (Closes: #780352)
      * [b87e34b] Remove old comment about running shell on failure of fsck
      * [864c04b] Create stamp files to tell the real init system fsck was
        successful (Closes: #782481)
      * [f54fe54] NEWS: Improve wording of the entry about mdadm's INITRDSTART
        setting
      * [25ab961] NEWS: Add entries about other ways of mounting /usr that won't
        work
    
     -- Ben Hutchings <email address hidden>  Mon, 13 Apr 2015 01:18:06 +0100