Change log for initramfs-tools package in Ubuntu

151225 of 460 results
Superseded in cosmic-proposed
initramfs-tools (0.130ubuntu5) cosmic; urgency=medium

  * debian/rules: skip tests on non-x86 architectures, where they then to be
    false negatives (extra macaddress matching makes the tests fail to match
    expected values).

 -- Mathieu Trudel-Lapierre <email address hidden>  Thu, 10 May 2018 11:35:56 -0400

Available diffs

Superseded in cosmic-proposed
initramfs-tools (0.130ubuntu4) cosmic; urgency=medium

  [ Scott Moser ]
  * scripts/functions: write netplan config files to /run/netplan for
    network devices configured with configure_networking. (LP: #1713803)

  [ Mathieu Trudel-Lapierre ]
  * scripts/functions: add 'critical: true' parameter; requires netplan
    0.37. (LP: #1713803)

 -- Mathieu Trudel-Lapierre <email address hidden>  Tue, 08 May 2018 17:15:53 -0400

Available diffs

Superseded in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
initramfs-tools (0.130ubuntu3) bionic; urgency=medium

  * Fix resuming a hibernate session from a swapfile (LP: #1644975)

 -- Mario Limonciello <email address hidden>  Tue, 20 Feb 2018 15:34:46 -0600

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
initramfs-tools (0.130ubuntu2) bionic; urgency=medium

  * Include mlx4 and mlx5 InfiniBand modules (Closes: #871595, LP: #1719302)

 -- Benjamin Drung <email address hidden>  Sat, 27 Jan 2018 12:51:45 +0100

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
initramfs-tools (0.130ubuntu1) bionic; urgency=medium

  * Merge from Debian unstable. Remaining delta:
    - Set takeover=1 in update-initramfs.
    - Drop hooks/keymap and associated code; console-setup takes care of
      this in Ubuntu.
    - Add a new 'fixrtc' script that tries to set the system clock forward
      based on the last mount time of the root disk; without this kludge,
      systems without a working RTC will end up in a perpetual reboot loop.
    - Set hostname at boot, for the benefit of mdadm autoassembly.
    - Allow scripts and hooks to specify OPTION=VAR, and unless VAR is set
      to something other than "n", the script will not be included.
    - Restore the framebuffer hook and script, copying KMS and other
      framebuffer drivers into the initramfs, but make them optional; you
      need to set FRAMEBUFFER=y for these to be included.
    - Add hwaddr= alias for BOOTIF= for compatibility.
    - When receiving "recovery" on cmdline, start upstart with --startup-
      event=recovery (LP: #575469)
    - Automatically blacklist vga16fb when vga= or video= specified on
      kernel command-line.
    - Add Hyper-V paravirtualised device drivers to the initramfs to allow
      booting of stock images in a Hyper-V guest. (LP: #917135)
    - Add mountroot failure support, to allow meaningful messages when no
      root device can be found.
    - Retain netboot= compatibility option.
    - Retain cryptopts= compatibility option.
    - Add vfat modules to the initramfs.
    - Increase rootdelay to 180s on powerpc/ppc64/ppc64el (LP: #1326199)
    - ppc64el: enable PowerPC NX Crypto Coprocessor (LP: #1454687)
    - resume: only resume when the partition contains a resume image
    - resume: announce resume via plymouth if available
    - Don't load keymaps unless we're loading a framebuffer; but set the
      keymap before giving a root shell.
    - Add new initramfs-tools-bin package containing a binary that uses
      libudev to wait for udev to create the udev device, or wait for udev
      to finish processing if we catch it in the act, and returns the
      filesystem type as already probed by udev.
    - Incorporate rzscontrol from compcache so that we can control current
      ramzswap devices.
    - Support loading compcache from the initramfs.
    - debian/control: update Vcs-* links for Ubuntu.
    - add squashfs to list of 'most' modules (LP: #1501834)
    - drop Breaks: against upstart as we use it in user sessions
    - support mounting of loopback devices via loop*= parameters
    - local_device_setup: use wait-for-root if it supports the device alias
      type
    - initramfs-tools-core uses initramfs-tools-bin, add dependency (LP:
      #1543244)
    - Add support for uppercase and lowercase uuids. (LP: #1548120)
    - wait-for-root.c: Drop check if device is queued in udev (LP: #1539195)
    - hook-functions: add hyperv-keyboard for Generation 2 VMs (LP: #1567107)
    - init: fix redirection for /bin/hostname command
    - init: drop -b from hostname as it is not supported by busybox
    - Ensure we have a /usr/sbin directory in initramfs-tools-core
    - Make busybox-initramfs a real runtime dependency, fixing
      kernel install failures with cryptsetup
    - init: Revert Debian commit ab91306. Interpreting "rootdelay" as a static
      sleep is complete nonsense. (LP: #1615751)
    - scripts/local: Let rootdelay determine the wait-for-root timeout instead
      of the shell polling loop that comes after it, as we should never hit the
      latter in Ubuntu (where we require udev everywhere). Thanks to Scott Moser
      for this patch!
    - scripts/functions: by default, when setting up networking, use dhclient if
      we're asked to do DHCP explicitly, or if we otherwise are expected to do
      things automatically. This way we can bring up both IPv4 and IPv6, as
      klibc doesn't support IPv6. (LP: #1621507)
    - debian/control: Breaks isc-dhcp-client << 4.3.3-5ubuntu14, since we're
      calling the dhclient binary in scripts/functions now.
    - scripts/functions: make sure we can try to start all available and
      suitable interfaces if ip= isn't set when setting up the network, and exit
      as soon as we get an IP address. This retains the old behavior from
      ipconfig when ip= is unset, for really simple remote-root scenarios.
      (LP: #1628306)
    - scripts/functions: for configure_networking:
      - split out IPv6 options in its own cmdline parameter: ip6= ; always use
        dhclient in this case if the value set is anything other than 'off' or
        'none'. Furthermore, parse anything other than 'on', 'dhcp' or 'any' as
        the name of an interface. (LP: #1621507)
      - rework the stop conditions so that we properly handle the ROUNDTTT loop,
        timing out after a short period of time and trying again after a short
        sleep.
      - add a 'done' parameter for both ip= and ip6= so that we can properly
        exit the ROUNDTTT loop once we know that either there is no work to do,
        or that we've achieved what we wanted (that is, to bring up IPv4, IPv6,
        or possibly both).
      - return ip=dhcp to the ipconfig use case; if set, then ipconfig will be
        run using any interface available, or the BOOTIF if it was set.
    - Only source ipv4 config in configure_networking() if it exists.
    - Use configure_networking from yakkety-proposed (SRU), addressing various
      review feedback.   dhclient -4 will be reconsidered later.  LP: #1621507
    - hook-functions: include backported bnxt driver. (LP: #1712491)
    - hook-functions, mkinitramfs, scripts/functions: support usage of dns
      after configure_networking. (LP: #1714308)
    - hook-functions: include vmd driver. (LP: #1703339)
  * Dropped changes:
    - Make /etc/mtab a symlink to /proc/mounts on startup, since e.g.
      current ntfs-3g doesn't work otherwise. (fixed in 0.126)

Available diffs

Obsolete in artful-updates
Deleted in artful-proposed (Reason: moved to -updates)
initramfs-tools (0.125ubuntu12.1) artful; urgency=medium

  [ Oliver Grawert ]
  * make fixrtc catch "n/a" string and fall back to a sane value for the date
    command instead (LP: #1623125)

 -- Michael Vogt <email address hidden>  Fri, 05 Jan 2018 10:23:22 +0100

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
initramfs-tools (0.125ubuntu13) bionic; urgency=medium

  [ Oliver Grawert ]
  * make fixrtc catch "n/a" string and fall back to a sane value for the date
    command instead (LP: #1623125)

 -- Michael Vogt <email address hidden>  Wed, 20 Dec 2017 09:44:43 +0100

Available diffs

Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
initramfs-tools (0.122ubuntu8.11) xenial; urgency=medium

  [ Oliver Grawert ]
  * make fixrtc catch "n/a" string and fall back to a sane value for the date
    command instead (LP: #1623125)

 -- Michael Vogt <email address hidden>  Wed, 20 Dec 2017 09:38:07 +0100

Available diffs

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
initramfs-tools (0.103ubuntu4.10) trusty; urgency=medium

  * mkinitramfs: Delete or report temporary files in /var/tmp/ on failure.
    (LP: #1713004)

 -- Brian Murray <email address hidden>  Tue, 05 Dec 2017 11:29:04 -0800

Available diffs

Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
initramfs-tools (0.122ubuntu8.10) xenial; urgency=medium

  * mkinitramfs: Delete or report temporary files in /var/tmp/ on failure.
    (LP: #1713004)

 -- Brian Murray <email address hidden>  Tue, 05 Dec 2017 11:17:43 -0800

Available diffs

Superseded in bionic-release
Obsolete in artful-release
Deleted in artful-proposed (Reason: moved to release)
initramfs-tools (0.125ubuntu12) artful; urgency=medium

  * hook-functions: include vmd driver. (LP: #1703339)

 -- Seth Forshee <email address hidden>  Fri, 13 Oct 2017 14:09:26 -0500

Available diffs

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
initramfs-tools (0.103ubuntu4.9) trusty; urgency=low

  [ Andy Whitcroft ]
  * hook-functions: include backported bnxt driver. (LP: #1712491)

 -- Dan Streetman <email address hidden>  Wed, 30 Aug 2017 11:10:40 +0100

Available diffs

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
initramfs-tools (0.103ubuntu4.8) trusty; urgency=medium

  * hook-functions: handle lvm-on-nvme case.
    (LP: #1718055)

 -- Dan Streetman <email address hidden>  Tue, 19 Sep 2017 11:03:43 -0400

Available diffs

Superseded in artful-release
Deleted in artful-proposed (Reason: moved to release)
initramfs-tools (0.125ubuntu11) artful; urgency=medium

  * hook-functions, mkinitramfs, scripts/functions: support usage of dns
    after configure_networking. (LP: #1714308)

 -- Scott Moser <email address hidden>  Tue, 19 Sep 2017 12:54:18 -0400

Available diffs

Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
initramfs-tools (0.122ubuntu8.9) xenial; urgency=low

  * hook-functions: include backported bnxt driver. (LP: #1712491)

 -- Andy Whitcroft <email address hidden>  Wed, 30 Aug 2017 11:10:40 +0100

Available diffs

Superseded in artful-release
Deleted in artful-proposed (Reason: moved to release)
initramfs-tools (0.125ubuntu10) artful; urgency=low

  * hook-functions: include backported bnxt driver. (LP: #1712491)

 -- Andy Whitcroft <email address hidden>  Wed, 30 Aug 2017 11:28:51 +0100

Available diffs

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
initramfs-tools (0.103ubuntu4.7) trusty; urgency=medium

  * hook-functions: copy xhci-plat-hcd also.
    (LP: #1649213)

 -- Ike Panhc <email address hidden>  Tue, 10 Jan 2017 12:31:44 +0800

Available diffs

Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
initramfs-tools (0.122ubuntu8.8) xenial; urgency=medium

  * hook-functions: include xhci-plat-hcd in auto_add_modules_list
    (LP: #1649213)

 -- Ike Panhc <email address hidden>  Wed, 14 Dec 2016 13:59:43 +0800

Available diffs

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
initramfs-tools (0.103ubuntu4.6) trusty; urgency=medium

  [ Andy Whitcroft ]
  * hook-functions: firmware -- copy symlink components into initramfs
    (LP: #1496163)

 -- Philipp Kern <email address hidden>  Fri, 16 Dec 2016 09:02:52 -0800

Available diffs

Superseded in artful-release
Obsolete in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
initramfs-tools (0.125ubuntu9) zesty; urgency=medium

  [ Mathieu Trudel-Lapierre ]
  * Use configure_networking from yakkety-proposed (SRU), addressing various
    review feedback.   dhclient -4 will be reconsidered later.  LP: #1621507

 -- LaMont Jones <email address hidden>  Thu, 15 Dec 2016 15:14:57 -0700

Available diffs

Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
initramfs-tools (0.122ubuntu8.7) xenial; urgency=medium

  * scripts/functions: clean up configure_networking and the function
    all_netbootable_interfaces to not have side-effects. (LP: #1621507)

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
initramfs-tools (0.103ubuntu4.5) trusty; urgency=medium

  [ Timo Aaltonen ]
  * hooks/framebuffer: Copy kernel/ubuntu/i915 backport driver too.
    (LP: #1500751)

 -- Brian Murray <email address hidden>  Wed, 07 Dec 2016 01:27:28 -0800

Available diffs

Obsolete in yakkety-updates
Deleted in yakkety-proposed (Reason: moved to -updates)
initramfs-tools (0.125ubuntu6.3) yakkety; urgency=medium

  * Do not rely on debug variables from dhclient.

Superseded in yakkety-proposed
initramfs-tools (0.125ubuntu6.2) yakkety; urgency=medium

  [ Mathieu Trudel-Lapierre ]
  * scripts/functions: for configure_networking:
    - split out IPv6 options in its own cmdline parameter: ip6= ; always use
      dhclient in this case if the value set is anything other than 'off' or
      'none'. Furthermore, parse anything other than 'on', 'dhcp' or 'any' as
      the name of an interface. (LP: #1621507)
    - rework the stop conditions so that we properly handle the ROUNDTTT loop,
      timing out after a short period of time and trying again after a short
      sleep.
    - add a 'done' parameter for both ip= and ip6= so that we can properly
      exit the ROUNDTTT loop once we know that either there is no work to do,
      or that we've achieved what we wanted (that is, to bring up IPv4, IPv6,
      or possibly both).
    - return ip=dhcp to the ipconfig use case; if set, then ipconfig will be
      run using any interface available, or the BOOTIF if it was set.

  [ LaMont Jones ]
  * Only source ipv4 config in configure_networking() if it exists.

Available diffs

Superseded in xenial-proposed
initramfs-tools (0.122ubuntu8.6) xenial; urgency=medium

  [ Mathieu Trudel-Lapierre ]
  * scripts/functions: for configure_networking:
    - split out IPv6 options in its own cmdline parameter: ip6= ; always use
      dhclient in this case if the value set is anything other than 'off' or
      'none'. Furthermore, parse anything other than 'on', 'dhcp' or 'any' as
      the name of an interface. (LP: #1621507)
    - rework the stop conditions so that we properly handle the ROUNDTTT loop,
      timing out after a short period of time and trying again after a short
      sleep.
    - add a 'done' parameter for both ip= and ip6= so that we can properly
      exit the ROUNDTTT loop once we know that either there is no work to do,
      or that we've achieved what we wanted (that is, to bring up IPv4, IPv6,
      or possibly both).
    - return ip=dhcp to the ipconfig use case; if set, then ipconfig will be
      run using any interface available, or the BOOTIF if it was set.

  [ LaMont Jones ]
  * Only source ipv4 config in configure_networking() if it exists.

 -- Mathieu Trudel-Lapierre <email address hidden>  Wed, 23 Nov 2016 15:50:50 -0500

Available diffs

Superseded in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
initramfs-tools (0.125ubuntu8) zesty; urgency=medium

  [ LaMont Jones ]
  * Only source ipv4 config in configure_networking() if it exists.

  [ Mathieu Trudel-Lapierre ]
  * init: hey, we also need to actually will in IP6 with what someone passes
    at the command-line in ip6=.

 -- Mathieu Trudel-Lapierre <email address hidden>  Thu, 03 Nov 2016 16:03:25 -0600

Available diffs

Superseded in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
initramfs-tools (0.125ubuntu7) zesty; urgency=medium

  * scripts/functions: for configure_networking:
    - split out IPv6 options in its own cmdline parameter: ip6= ; always use
      dhclient in this case if the value set is anything other than 'off' or
      'none'. Furthermore, parse anything other than 'on', 'dhcp' or 'any' as
      the name of an interface. (LP: #1621507)
    - rework the stop conditions so that we properly handle the ROUNDTTT loop,
      timing out after a short period of time and trying again after a short
      sleep.
    - add a 'done' parameter for both ip= and ip6= so that we can properly
      exit the ROUNDTTT loop once we know that either there is no work to do,
      or that we've achieved what we wanted (that is, to bring up IPv4, IPv6,
      or possibly both).
    - return ip=dhcp to the ipconfig use case; if set, then ipconfig will be
      run using any interface available, or the BOOTIF if it was set.

 -- Mathieu Trudel-Lapierre <email address hidden>  Mon, 17 Oct 2016 17:05:49 -0400
Superseded in yakkety-proposed
initramfs-tools (0.125ubuntu6.1) yakkety; urgency=medium

  * scripts/functions: Revert configure_networking changes to the state at
    0.125ubuntu3. (LP: #1631474)

 -- Mathieu Trudel-Lapierre <email address hidden>  Tue, 18 Oct 2016 13:45:14 -0400

Available diffs

Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
initramfs-tools (0.122ubuntu8.5) xenial; urgency=medium

  * scripts/functions: Revert configure_networking changes to the state at
    0.122ubuntu8.1. (LP: #1631474)

 -- Mathieu Trudel-Lapierre <email address hidden>  Thu, 13 Oct 2016 17:19:56 -0400
Superseded in xenial-proposed
initramfs-tools (0.122ubuntu8.4) xenial; urgency=medium

  * Fix case where ip=dhcp and ip=eth0 and other ip= instances exists on
    the kernel command line (LP: #1631474)
  * Also fixed an error discovered by the shellcheck static code analyzer
    where "$DEVICES" would be processed as a single device where-as removing
    the quotes allows the list to be correctly processed by the for loop.

 -- Dave Chiluk <email address hidden>  Fri, 07 Oct 2016 16:21:50 -0500

Available diffs

Deleted in yakkety-updates (Reason: unintended SRU, full revert will follow)
Deleted in zesty-proposed (Reason: unintended SRU, full revert will follow)
Superseded in yakkety-proposed
initramfs-tools (0.125ubuntu6) yakkety; urgency=medium

  * Fix case where ip=dhcp and ip=:::::eth0 and other ip= instances exists on
    the kernel command line (LP: #1631474)
  * Also fixed an error discovered by the shellcheck static code analyzer
    where "$DEVICES" would be processed as a single device where-as removing
    the quotes allows the list to be correctly processed by the for loop.

 -- Dave Chiluk <email address hidden>  Fri, 07 Oct 2016 16:21:50 -0500

Available diffs

Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
initramfs-tools (0.122ubuntu8.3) xenial; urgency=medium

  * scripts/functions: make sure we can try to start all available and suitable
    interfaces if ip= isn't set when setting up the network, and exit as soon
    as we get an IP address. This retains the old behavior from ipconfig when
    ip= is unset, for really simple remote-root scenarios. (LP: #1628306)
  * scripts/functions: retain bootp/rarp behavior using ipconfig.

 -- Mathieu Trudel-Lapierre <email address hidden>  Tue, 27 Sep 2016 16:27:38 -0400
Superseded in zesty-release
Obsolete in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
initramfs-tools (0.125ubuntu5) yakkety; urgency=medium

  * scripts/functions: make sure we can try to start all available and suitable
    interfaces if ip= isn't set when setting up the network, and exit as soon
    as we get an IP address. This retains the old behavior from ipconfig when
    ip= is unset, for really simple remote-root scenarios. (LP: #1628306)

 -- Mathieu Trudel-Lapierre <email address hidden>  Tue, 27 Sep 2016 18:25:50 -0400
Superseded in xenial-proposed
initramfs-tools (0.122ubuntu8.2) xenial; urgency=medium

  [ Mathieu Trudel-Lapierre ]
  * scripts/functions: update configure_networking to use dhclient.
    (LP: #1621507)

  [ LaMont Jones ]
  * Depend/Breaks isc-dhcp-client as needed to make sure that it has
    initramfs support

 -- LaMont Jones <email address hidden>  Fri, 23 Sep 2016 16:01:48 -0600

Available diffs

Superseded in yakkety-proposed
initramfs-tools (0.125ubuntu4) yakkety; urgency=medium

  * scripts/functions: by default, when setting up networking, use dhclient if
    we're asked to do DHCP explicitly, or if we otherwise are expected to do
    things automatically. This way we can bring up both IPv4 and IPv6, as
    klibc doesn't support IPv6. (LP: #1621507)
  * debian/control: Breaks isc-dhcp-client << 4.3.3-5ubuntu14, since we're
    calling the dhclient binary in scripts/functions now.

 -- Mathieu Trudel-Lapierre <email address hidden>  Wed, 21 Sep 2016 14:01:57 -0400

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
initramfs-tools (0.125ubuntu3) yakkety; urgency=medium

  * init: Revert Debian commit ab91306. Interpreting "rootdelay" as a static
    sleep is complete nonsense. (LP: #1615751)
  * scripts/local: Let rootdelay determine the wait-for-root timeout instead
    of the shell polling loop that comes after it, as we should never hit the
    latter in Ubuntu (where we require udev everywhere). Thanks to Scott Moser
    for this patch!

 -- Martin Pitt <email address hidden>  Fri, 26 Aug 2016 12:54:37 +0200

Available diffs

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
initramfs-tools (0.103ubuntu4.4) trusty; urgency=low

  * Backport Xenial driver lists (LP: #1608622):
   - add nvme drivers to block.
   - add ehci-* drivers to base.
   - add xhci-* drivers to base.
   - add virtio-* drivers to base.

 -- Andy Whitcroft <email address hidden>  Mon, 01 Aug 2016 19:22:50 +0100

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
initramfs-tools (0.125ubuntu2) yakkety; urgency=medium

  * Make busybox-initramfs a real runtime dependency, fixing
    kernel install failures with cryptsetup

 -- Gianfranco Costamagna <email address hidden>  Fri, 29 Jul 2016 11:09:50 +0200

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
initramfs-tools (0.125ubuntu1) yakkety; urgency=medium

  * Merge with debian 0.125 (LP: #1599915).  Remaining delta:
   - Set takeover=1 in update-initramfs.
   - Drop hooks/keymap and associated code; console-setup takes care of
     this in Ubuntu.
   - Add a new 'fixrtc' script that tries to set the system clock forward
     based on the last mount time of the root disk; without this kludge,
     systems without a working RTC will end up in a perpetual reboot loop.
   - Set hostname at boot, for the benefit of mdadm autoassembly.
   - Ignore errors from iscan and iscan-data hooks.
   - Allow scripts and hooks to specify OPTION=VAR, and unless VAR is set
     to something other than "n", the script will not be included.
   - Restore the framebuffer hook and script, copying KMS and other
     framebuffer drivers into the initramfs, but make them optional; you
     need to set FRAMEBUFFER=y for these to be included.
   - Add hwaddr= alias for BOOTIF= for compatibility.
   - When receiving "recovery" on cmdline, start upstart with --startup-
     event=recovery (LP: #575469)
   - Make /etc/mtab a symlink to /proc/mounts on startup, since e.g.
     current ntfs-3g doesn't work otherwise.
   - Automatically blacklist vga16fb when vga= or video= specified on
     kernel command-line.
   - Add Hyper-V paravirtualised device drivers to the initramfs to allow
     booting of stock images in a Hyper-V guest. (LP: #917135)
   - Add mountroot failure support, to allow meaningful messages when no
     root device can be found.
   - Retain netboot= compatibility option.
   - Retain cryptopts= compatibility option.
   - Add vfat modules to the initramfs.
   - Maintain compatibility with pre- /run configurations
   - Increase rootdelay to 180s on powerpc/ppc64/ppc64el (LP: #1326199)
   - fixrtc: wait for udev to settle to expose device symlinks
   - fixrtc: handle hwclock -s failures safely
   - fixrtc: support busybox, handle last mount time on system partition,
     expose fs create time (LP: #1420473)
   - fixrtc: avoid using xargs, wait-for-root before examining
   - fixrtc: suppress /dev/ram as a root when using systempart (LP:
     #1443329)
   - ppc64el: enable PowerPC NX Crypto Coprocessor
   - resume: only resume when the partition contains a resume image
   - resume: announce resume via plymouth if available
   - Don't load keymaps unless we're loading a framebuffer; but set the
     keymap before giving a root shell.
   - Add new initramfs-tools-bin package containing a binary that uses
     libudev to wait for udev to create the udev device, or wait for udev
     to finish processing if we catch it in the act, and returns the
     filesystem type as already probed by udev.
   - Incorporate rzscontrol from compcache so that we can control current
     ramzswap devices.
   - Support loading compcache from the initramfs.
   - debian/control: update Vcs-* links for Ubuntu.
   - hook-functions: fix PowerPC NX Crypto Coprocessor support (LP:
     #1454687)
   - Drop: Maintain compatibility with pre- /run configurations (LP:
     #1485752)
   - Drop: Ignore errors from iscan and iscan-data hooks (LP: #1485562)
   - add squashfs to list of 'most' modules (LP: #1501834)
   - drop Breaks: against upstart as we use it in user sessions
   - support mounting of loopback devices via loop*= parameters
   - local_device_setup: use wait-for-root if it supports the device alias
     type
   - Fix vfat support from initramfs (LP: #1540522)
   - initramfs-tools-core uses initramfs-tools-bin add dependancy (LP:
     #1543244)
   - Add support for uppercase and lowercase uuids. (LP: #1548120)
   - uuids: busybox tr does not support symbolic ranges expand manually
     (LP: #1548120)
   - wait-for-root.c: Drop check if device is queued in udev (LP: #1539195)
   - uuids: only apply case mapping to RFC#4122 format uuids (LP: #1553107,
     #1548120)
   - hooks/framebuffer: Copy kernel/ubuntu/i915 backport driver too. (LP:
     #1500751)
   - hook-functions: add hyperv-keyboard for Generation 2 VMs (LP:
     #1567107)
   - init: fix redirection for /bin/hostname command
   - init: drop -b from hostname as it is not supported by busybox
   - Ensure we have a /usr/sbin directory in initramfs-tools-core

Available diffs

Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
initramfs-tools (0.122ubuntu8.1) xenial; urgency=medium

  * hook-functions: include ehci-msm in auto_add_modules_list
    (LP: #1588946)

 -- dann frazier <email address hidden>  Mon, 06 Jun 2016 12:31:45 -0600

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
initramfs-tools (0.122ubuntu9) yakkety; urgency=medium

  * hook-functions: include ehci-msm in auto_add_modules_list
    (LP: #1588946)

 -- dann frazier <email address hidden>  Fri, 03 Jun 2016 13:37:06 -0600

Available diffs

Superseded in yakkety-release
Published in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
initramfs-tools (0.122ubuntu8) xenial; urgency=medium

  * init: busybox hostname doesn't support the '-b' argument, and it's
    not relevant in this context anyway, as we test -f /etc/hostname.
  * init: Also fix the wrong redirection of stdout for the above call.

 -- Adam Conrad <email address hidden>  Fri, 15 Apr 2016 14:37:22 -0600

Available diffs

Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
initramfs-tools (0.122ubuntu7) xenial; urgency=medium

  * hook-functions: add hyperv-keyboard for Generation 2 VMs
    (LP: #1567107)

 -- Andy Whitcroft <email address hidden>  Wed, 13 Apr 2016 18:39:27 +0100

Available diffs

Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
initramfs-tools (0.122ubuntu6) xenial; urgency=medium

  [ Andy Whitcroft ]
  * uuids: only apply case mapping to RFC#4122 format uuids (LP: #1553107,
    #1548120)

  [ Timo Aaltonen ]
  * hooks/framebuffer: Copy kernel/ubuntu/i915 backport driver too. (LP:
    #1500751)

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
initramfs-tools (0.103ubuntu4.3) trusty; urgency=medium

  [ Dimitri John Ledkov ]

  * Create /bin/egrep -> busybox symlink, because initramfs-tools
    scripts/functions expect to have it & our busybox hook is executed
    after zz-busybox one. (LP: #1315755)

  [ Dave Chiluk]

  * Add resolve_device to initramfs-tools so that actual devices show up
    in df and /proc/self/mountinfo instead of the UUID symlink. This is
    a backport of commits f135e7cf, be18fee1, f1d6fb37  from
    git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/initramfs-tools
    (LP: #1535349)

 -- Andy Whitcroft <email address hidden>  Thu, 25 Feb 2016 18:55:04 +0000

Available diffs

Superseded in xenial-proposed
initramfs-tools (0.122ubuntu5) xenial; urgency=medium

  [ Andy Whitcroft ]
  * uuids: busybox tr does not support symbolic ranges expand manually
    (LP: #1548120)

  [ Martin Pitt ]
  * wait-for-root.c: Drop check if device is queued in udev (LP: #1539195)

 -- Andy Whitcroft <email address hidden>  Wed, 24 Feb 2016 14:26:59 +0000

Available diffs

Superseded in xenial-proposed
initramfs-tools (0.122ubuntu4) xenial; urgency=medium

  [ Manoj Iyer ]
  * Add support for uppercase and lowercase uuids. (LP: #1548120)

 -- Andy Whitcroft <email address hidden>  Sun, 21 Feb 2016 22:12:36 +0000

Available diffs

Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
initramfs-tools (0.122ubuntu3) xenial; urgency=medium

  * initramfs-tools-core uses initramfs-tools-bin add dependancy (LP:
    #1543244)

Superseded in xenial-proposed
initramfs-tools (0.122ubuntu2) xenial; urgency=medium

  * fix vfat support (LP: #1540522) from initramfs.

 -- Scott Moser <email address hidden>  Mon, 08 Feb 2016 16:10:45 -0500

Available diffs

Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
initramfs-tools (0.122ubuntu1) xenial; urgency=medium

  * Merge with Debian v0.122, known to fix:
    - root=PARTUUID=<partuuid> is not recognized as valid syntax
      (LP: #1531928)
  * Merge with Debian v0.122 (LP: #1541508), remaining changes:
    - Set takeover=1 in update-initramfs.
    - Drop hooks/keymap and associated code; console-setup takes care of
      this in Ubuntu.
    - Add a new 'fixrtc' script that tries to set the system clock forward
      based on the last mount time of the root disk; without this kludge,
      systems without a working RTC will end up in a perpetual reboot loop.
    - Set hostname at boot, for the benefit of mdadm autoassembly.
    - Don't display "Loading, please wait..." message when 'quiet' is in
      /proc/cmdline.
    - Ignore errors from iscan and iscan-data hooks.
    - Allow scripts and hooks to specify OPTION=VAR, and unless VAR is set
      to something other than "n", the script will not be included.
    - Restore the framebuffer hook and script, copying KMS and other
      framebuffer drivers into the initramfs, but make them optional; you
      need to set FRAMEBUFFER=y for these to be included.
    - Add hwaddr= alias for BOOTIF= for compatibility.
    - When receiving "recovery" on cmdline, start upstart with --startup-
      event=recovery (LP: #575469)
    - Make /etc/mtab a symlink to /proc/mounts on startup, since e.g.
      current ntfs-3g doesn't work otherwise.
    - Mount /dev with the default tmpfs size rather than sourcing udev.conf.
    - Automatically blacklist vga16fb when vga= or video= specified on
      kernel command-line.
    - Add Hyper-V paravirtualised device drivers to the initramfs to allow
      booting of stock images in a Hyper-V guest. (LP: #917135)
    - Add mountroot failure support, to allow meaningful messages when no
      root device can be found.
    - Retain netboot= compatibility option.
    - Breaks: mountall (<< 2.0~)
    - Retain cryptopts= compatibility option.
    - Use busybox-initramfs for Depends.
    - Add vfat modules to the initramfs.
    - Maintain compatibility with pre- /run configurations
    - Use gzip from busybox instead of klibc.  Depend on busybox-initramfs
      (>= 1:1.13.3-1ubuntu5) to ensure that we have it.
    - Sync the mount options for /run from /lib/init/fstab (LP: #1152744)
    - Increase rootdelay to 180s on powerpc/ppc64/ppc64el (LP: #1326199)
    - fixrtc: wait for udev to settle to expose device symlinks
    - fixrtc: handle hwclock -s failures safely
    - fixrtc: support busybox, handle last mount time on system partition,
      expose fs create time (LP: #1420473)
    - fixrtc: avoid using xargs, wait-for-root before examining
    - fixrtc: suppress /dev/ram as a root when using systempart (LP:
      #1443329)
    - ppc64el: enable PowerPC NX Crypto Coprocessor
    - resume: only resume when the partition contains a resume image
    - resume: announce resume via plymouth if available
    - Don't load keymaps unless we're loading a framebuffer; but set the
      keymap before giving a root shell.
    - Add new initramfs-tools-bin package containing a binary that uses
      libudev to wait for udev to create the udev device, or wait for udev
      to finish processing if we catch it in the act, and returns the
      filesystem type as already probed by udev.
    - Incorporate rzscontrol from compcache so that we can control current
      ramzswap devices.
    - Support loading compcache from the initramfs.
    - debian/control: update Vcs-* links for Ubuntu.
    - hook-functions: fix PowerPC NX Crypto Coprocessor support (LP:
      #1454687)
    - Drop: Maintain compatibility with pre- /run configurations (LP:
      #1485752)
    - Drop: Ignore errors from iscan and iscan-data hooks (LP: #1485562)
    - init: Mount /dev with "nosuid" Thanks to Daniel (LP: #1450960)
    - import direct archive upload 0.120ubuntu6
    - add squashfs to list of 'most' modules (LP: #1501834)
    - drop Breaks: against upstart as we use it in user sessions.
    - support mounting of loopback devices via loop*= parameters
    - local_device_setup: use wait-for-root if it supports the device
      alias type

 -- Andy Whitcroft <email address hidden>  Mon, 25 Jan 2016 16:08:12 +0000

Available diffs

Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
initramfs-tools (0.120ubuntu8) xenial; urgency=medium

  [ Marko Stankovic ]
  * hook-functions: fix NVME typo (LP: #1539826)

 -- Andy Whitcroft <email address hidden>  Wed, 03 Feb 2016 09:01:52 +0000

Available diffs

Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
initramfs-tools (0.120ubuntu7) xenial; urgency=medium

  [ Ben Hutchings ]
  * hook-functions: Include drivers/nvme in block driver modules (Closes:
    #807000) (LP: #1524879)

  [ Louis Bouchard ]
  * Add support for NVME devices when MODULES=dep is used (LP: #1532146)

 -- Andy Whitcroft <email address hidden>  Thu, 21 Jan 2016 16:10:15 +0000

Available diffs

Superseded in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to release)
initramfs-tools (0.120ubuntu6) wily; urgency=medium

  * add squashfs to list of 'most' modules (LP: #1501834)

 -- Scott Moser <email address hidden>  Thu, 01 Oct 2015 12:48:11 -0400

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
initramfs-tools (0.120ubuntu5) wily; urgency=medium

  * hook-functions: firmware -- copy symlink components into initramfs
    (LP: #1496163)

 -- Andy Whitcroft <email address hidden>  Sat, 19 Sep 2015 09:55:13 +0100

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
initramfs-tools (0.120ubuntu4) wily; urgency=medium

  * init: Mount /dev with "nosuid". Thanks "Daniel". (LP: #1450960)

 -- Martin Pitt <email address hidden>  Tue, 15 Sep 2015 07:20:43 +0200

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
initramfs-tools (0.120ubuntu3) wily; urgency=medium

  * hook-functions: fix PowerPC NX Crypto Coprocessor support (LP:
    #1454687)
  * Drop: Maintain compatibility with pre- /run configurations (LP:
    #1485752)
  * Drop: Ignore errors from iscan and iscan-data hooks (LP: #1485562)

 -- Andy Whitcroft <email address hidden>  Tue, 18 Aug 2015 12:15:28 +0100

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
initramfs-tools (0.120ubuntu2) wily; urgency=medium

    * update-initramfs: switch dpkg --compare-versions from > to >=
      to avoid warnings from dpkg.  (LP: #1480340)
    * debian/control: update Vcs-* links for Ubuntu.
    * scripts/functions: use :> rather than touch to create fsck
      stamp.  (LP: #1481789)
    * hooks/busybox: revert local changes, these now need to occur
      in the new late zz-busybox-initramfs hook.  (LP: #1481733)

 -- Andy Whitcroft <email address hidden>  Wed, 05 Aug 2015 13:02:34 +0100

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
initramfs-tools (0.120ubuntu1) wily; urgency=medium

  * Merge from debian, remaining changes (up to 0.103ubuntu15):
    - Drop hooks/keymap and associated code; console-setup takes care of this
      in Ubuntu.
    - Set takeover=1 in update-initramfs.
    - Support loading compcache from the initramfs.
    - Add a new 'fixrtc' script that tries to set the system clock forward
      based on the last mount time of the root disk; without this kludge,
      systems without a working RTC will end up in a perpetual reboot loop.
    - Set hostname at boot, for the benefit of mdadm autoassembly.
    - Don't display "Loading, please wait..." message when 'quiet' is in
      /proc/cmdline.
    - Ignore errors from iscan and iscan-data hooks.
    - Allow specifying multiple break points using a comma delimiter.
    - Allow scripts and hooks to specify OPTION=VAR, and unless VAR is set to
      something other than "n", the script will not be included.
    - Restore the framebuffer hook and script, copying KMS and other framebuffer
      drivers into the initramfs, but make them optional; you need to set
      FRAMEBUFFER=y for these to be included.
    - Don't load keymaps unless we're loading a framebuffer; but set the keymap
      before giving a root shell.
    - Add hwaddr= alias for BOOTIF= for compatibility.
    - Add 2>&1 to the run-init line.
    - When receiving "recovery" on cmdline, start upstart with
      --startup-event=recovery (LP: #575469)
    - Make /etc/mtab a symlink to /proc/mounts on startup, since e.g. current
      ntfs-3g doesn't work otherwise.
    - Mount /dev with the default tmpfs size rather than sourcing udev.conf.
    - Automatically blacklist vga16fb when vga= or video= specified on kernel
      command-line.
    - Add Hyper-V paravirtualised device drivers to the initramfs to allow
      booting of stock images in a Hyper-V guest.  (LP: #917135)
    - Allow for alternative PREREQS to be specified using | as the separator.
    - Add mountroot failure support, to allow meaningful messages when no root
      device can be found.
    - Retain netboot= compatibility option.
    - Add panic hook support.
    - Breaks: mountall (<< 2.0~)
    - Retain cryptopts= compatibility option.
    - Use busybox-initramfs for Depends.
    - Add new initramfs-tools-bin package containing a binary that uses libudev
      to wait for udev to create the udev device, or wait for udev to finish
      processing if we catch it in the act, and returns the filesystem type
      as already probed by udev. Incorporate rzscontrol from compcache so that
      we can control current ramzswap devices.
    - Replace all instances of vol_id with blkid, and depend on util-linux.
    - Add vfat modules to the initramfs.
    - Maintain compatibility with pre- /run configurations
    - Remove klibc utilities if busybox is in use.
    - Use gzip from busybox instead of klibc.  Depend on busybox-initramfs
      (>= 1:1.13.3-1ubuntu5) to ensure that we have it.
    - Loop for 5 seconds waiting for $resume to show up, adjustable with the
      resumedelay= command-line arg.
    - Call 'plymouth message' before resuming, to notify the user of the reason
      for the delay if the plymouth theme supports it.
    - Fix major/minor handling.
    - Allow the mounting of a root filesystem as a loop device on top of a
      host filesystem, used for Wubi installs. Panic if either the root device
      doesn't exist, or blkid cannot identify it.  Allows for mountroot failure
      hooks for md devices to be displayed.
    - Sync the mount options for /run from /lib/init/fstab.  LP: #1152744
    - When copying firmware, don't use copy_exec; running ldd on random firmware
      files is annoying and, if libc-x32 is installed, may cause crashes due
      to lack of kernel support.  LP: #1115875
    - update maintainers
    - When adding i8042 also add psmouse as some keyboards are behind the mouse.
      LP: #1314764
    - Create /bin/egrep -> busybox symlink.  LP: #1315755
    - Increase rootdelay to 180s on powerpc/ppc64/ppc64el (LP: #1326199)
    - add readlink symlink for busybox (LP: #1351295)
    - fixrtc: wait for udev to settle to expose device symlinks
    - fixrtc: handle hwclock -s failures safely
    - fixrtc: support busybox, handle last mount time on system partition,
      expose fs create time (LP: #1420473)
    - fixrtc: avoid using xargs, wait-for-root before examining
    - busybox: add chroot "binary" for busybox (LP: #1421117)
    - fixrtc: suppress /dev/ram as a root when using systempart (LP: #1443329)
    - hook-functions: Add nx-* and 842-* modules in order to enable PowerPC NX
      Crypto Coprocessor. (LP: #1454687)

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
initramfs-tools (0.103ubuntu16) wily; urgency=medium

  * hook-functions: Add nx-* and 842-* modules in order to enable PowerPC NX
    Crypto Coprocessor. (LP: #1454687)

 -- Chris J Arges <email address hidden>  Thu, 25 Jun 2015 13:59:55 -0500

Available diffs

Superseded in wily-release
Obsolete in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
initramfs-tools (0.103ubuntu15) vivid; urgency=medium

  * scripts/local-premount/fixrtc: if systempart= is set, we do not want to
    take root=/dev/ram into account even if it is defined on the kernel
    cmdline (LP: #1443329)
 -- Oliver Grawert <email address hidden>   Mon, 13 Apr 2015 10:30:58 +0200

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
initramfs-tools (0.103ubuntu14) vivid; urgency=medium

  * scripts/nfs: Fix nfs mount check for absolute /sbin/init symlink, to make
    root NFS work again. Cherry-picked from Debian (commit 7bc24f829f).
    (LP: #1439955)
 -- Martin Pitt <email address hidden>   Thu, 09 Apr 2015 10:03:26 +0200

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
initramfs-tools (0.103ubuntu13) vivid; urgency=medium

  * hooks/busybox: Create /bin/chroot symlink, to fix absolute symlinks when
    busybox-static is not installed. (LP: #1421117)
 -- Martin Pitt <email address hidden>   Tue, 24 Feb 2015 11:56:53 +0100

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
initramfs-tools (0.103ubuntu12) vivid; urgency=medium

  * scripts/local-premount/fixrtc:
    - Avoid using xargs, echo is already enough to trim the variable
    - Also use wait-for-root before trying to extract the fs metadata
 -- Ricardo Salveti de Araujo <email address hidden>   Fri, 13 Feb 2015 13:20:30 -0200

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
initramfs-tools (0.103ubuntu11) vivid; urgency=medium

  * scripts/local-premount/fixrtc:
    - Make it work with busybox (different date syntax)
    - Add support to retrieve the last mount time from the ubuntu touch system
      partition
    - Make it able to extract the filesystem created timestamp (useful when
      last mounted is older) LP: #1420473
 -- Ricardo Salveti de Araujo <email address hidden>   Thu, 12 Feb 2015 04:34:46 -0200

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
initramfs-tools (0.103ubuntu10) vivid; urgency=medium

  * scripts/local-premount/fixrtc: do not fail if "hwclock -s" can not work
    properly, so we set the new date in any case.
 -- Oliver Grawert <email address hidden>   Tue, 03 Feb 2015 12:03:55 +0100

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
initramfs-tools (0.103ubuntu9) vivid; urgency=medium

  * Add udevadm settle in scripts/local-premount/fixrtc; required for
    /dev/disk/by-*/ symlinks to be added; add udev has a dependency in the
    hook.
 -- Loic Minier <email address hidden>   Fri, 16 Jan 2015 15:40:20 +0100

Available diffs

Superseded in vivid-release
Obsolete in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
initramfs-tools (0.103ubuntu8) utopic; urgency=medium

  * Add readlink symlink for busybox in the busybox hook, needed to
    support /sbin/init as a readlink (LP: #1351295).
 -- Dimitri John Ledkov <email address hidden>   Fri, 01 Aug 2014 16:46:35 +0100

Available diffs

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
initramfs-tools (0.103ubuntu4.2) trusty; urgency=medium

  * Default to a rootdelay of 180 on powerpc/ppc64/ppc64el to account
    for the slower device discovery on IPR controllers (LP: #1326199)
 -- Adam Conrad <email address hidden>   Tue, 03 Jun 2014 21:39:01 -0600

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
initramfs-tools (0.103ubuntu7) utopic; urgency=medium

  * Default to a rootdelay of 180 on powerpc/ppc64/ppc64el to account
    for the slower device discovery on IPR controllers (LP: #1326199)
 -- Adam Conrad <email address hidden>   Tue, 03 Jun 2014 21:39:01 -0600

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
initramfs-tools (0.103ubuntu6) utopic; urgency=medium

  * Create /bin/egrep -> busybox symlink, because initramfs-tools
    scripts/functions expect to have it & our busybox hook is executed
    after zz-busybox one. (LP: #1315755)
 -- Dimitri John Ledkov <email address hidden>   Tue, 06 May 2014 21:30:41 +0100

Available diffs

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
initramfs-tools (0.103ubuntu4.1) trusty; urgency=medium

  * hook-functions/auto_add_modules: include psmouse as some keyboards
    are connected to the "pass-thru" port on the PS2 mouse port (because
    that is such a good idea). (LP: #1314764)
 -- Andy Whitcroft <email address hidden>   Thu, 01 May 2014 10:49:19 +0100

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
initramfs-tools (0.103ubuntu5) utopic; urgency=medium

  * hook-functions/auto_add_modules: include psmouse as some keyboards
    are connected to the "pass-thru" port on the PS2 mouse port (because
    that is such a good idea). (LP: #1314764)
 -- Andy Whitcroft <email address hidden>   Thu, 01 May 2014 10:49:19 +0100

Available diffs

Obsolete in quantal-updates
Obsolete in quantal-security
initramfs-tools (0.103ubuntu0.2.2) quantal-security; urgency=medium

  * SECURITY UPDATE: incorrect tmpfs mount options (LP: #1152744)
    - init: Sync the mount options for /run from /lib/init/fstab.
 -- Marc Deslauriers <email address hidden>   Fri, 21 Mar 2014 12:45:59 -0400
Published in precise-updates
Published in precise-security
initramfs-tools (0.99ubuntu13.5) precise-security; urgency=medium

  * SECURITY UPDATE: incorrect tmpfs mount options (LP: #1152744)
    - init: Sync the mount options for /run from /lib/init/fstab.
 -- Marc Deslauriers <email address hidden>   Fri, 21 Mar 2014 12:40:40 -0400
Superseded in utopic-release
Published in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
initramfs-tools (0.103ubuntu4) trusty; urgency=medium

  * Cherrypick v0.113 changes (LP: #1194370):
    [ Henrique de Moraes Holschuh ]
    * [f59e716] implement early initramfs support (Closes: #712521)
    * [b8295f0] lsinitramfs(8): document failure to deal with early
      initramfs
 -- Dimitri John Ledkov <email address hidden>   Mon, 03 Mar 2014 08:11:20 +0000

Available diffs

151225 of 460 results