[ubuntu/plucky-proposed] initramfs-tools 0.146ubuntu1 (Accepted)

Benjamin Drung bdrung at ubuntu.com
Mon Mar 3 23:27:14 UTC 2025


initramfs-tools (0.146ubuntu1) plucky; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - Harmonize kernel module installation with dracut's behavior:
      - hook-functions: Move UFS storage drivers to block class
      - Use the symbol regex from dracut-install to reduce the unnessary block
        kernel modules.
      - Do not install ARM/RISCV specific modules on other architectures.
    - add squashfs to list of 'most' modules
    - test:
      - let run_qemu* take extra kernel parameters as single parameter
      - Move network parameters to run_qemu
      - support setting a disk label in build_fs_ext2
      - test-common: move disc logic out of _run_qemu
      - Add qemu-net-iscsi autopkgtest
    - Revert "autopkgtest: Fix test failure when built-in drivers request
      firmware". This workaround is not needed on Ubuntu.
    - support mounting of loopback devices via loop*= parameters
    - Add vfat and nls modules to the initramfs.
    - Drop hooks/keymap, scripts/init-top/keymap, and associated code;
      console-setup takes care of this in Ubuntu.
    - Allow scripts and hooks to specify OPTION=VAR, and unless VAR is set to
      something other than "n", the script will not be included.
    - 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.
    - Automatically blacklist vga16fb when vga= or video= specified on kernel
      command-line.
    - Add hwaddr= alias for BOOTIF= for compatibility.
    - Set hostname at boot, for the benefit of mdadm autoassembly.
    - Add Hyper-V paravirtualised device drivers to the initramfs to allow
      booting of stock images in a Hyper-V guest.
    - ppc64el: enable PowerPC NX Crypto Coprocessor
    - Add support for uppercase and lowercase uuids.
    - 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: Don't interpret "rootdelay" as a static sleep.
    - scripts/local: Let rootdelay determine the wait-for-root timeout.
    - Increase rootdelay to 180s on powerpc/ppc64/ppc64el
    - Support roottimeout= as the authoritative name for rootdelay= since the
      Ubuntu interpretation of rootdelay is *not* a delay and this causes
      inconsistent behavior depending on whether the kernel or an initramfs is
      interpreting it.
    - Revised mountroot failure support.  This is now deprecated and
      effectively removed.  However, to prevent breakage in other packages the
      add_mountroot_fail_hook function is still present as an empty stub.
    - 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.
    - 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.
    - netinfo_to_resolv_conf: Add support for IPv6
    - resume: only resume when the partition contains a resume image
    - Fix resuming a hibernate session from a swapfile
    - 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.
    - 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.
    - 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).
    - Just let dhclient scan the interfaces if none is specified for IPv6.
      (previously unnoted)
    - Do not handle ip=rarp specially (ipconfig hasn't supported it for some
      time)
    - Call dhclient in simple cases for IPv4 (this makes some small observable
      changes -- for example ip=bootp will now make a DHCP request too -- but
      nothing that seems important).
    - Do not let dhclient processes hang around past the pivot and have them
      respect the shorter timeouts ipconfig was given.
    - hook-functions, mkinitramfs, scripts/functions: support usage of dns
      after configure_networking.
    - Add unit tests for DNS support
    - scripts/functions: write netplan config files to /run/netplan for
      network devices configured with configure_networking.
    - Adjust testsuite for correct expected netplan output.
    - Add tests to parse netplan.yaml with netplan generate.
    - scripts/functions: include a new option to skip enslaved network
      devices.
    - Auto activate qeth devices on s390x hosts, when using ip= ip6= command
      lines.
    - Add support for creating VLANs via vlan=eth0.1:eth0 on kernel
      commandline, and as VLAN= conf.d snippet.
    - Emit empty dictionary in the ethernets section, for static vlan configs
      without any matches, as otherwise it is invalid config.
    - Skip attempting to chzdev enable VLAN device
    - Work out the kernel modules required to support ZFS filesystems and add
      them as necessary.
    - Add modules for nvme path components on multipath nvme.
    - Drop usage of klibc-utils' fstype in favor of always using udev blkid.
    - Use set -a/+a around loading conf snippets, to autoexport hook
      configuration variables. This thus allows packaged hooks to configure
      each other.
    - Fix PATH to include /usr/local.
    - Fix resume failure due to resume=UUID=... in certain cases
    - Always mount loop-mount filesystems read-write; ntfs-3g and vfat can't
      remount yet.
    - Provide a clearer error on mount failure of the Windows host filesystem
    - scripts/local: Re-execute cryptroot local-block script.
    - Force copy pthread and libgcc_s libraries via a stub binary. To avoid
      circular shared library dependencies between compiler and libc,
      libpthreads chooses to dlopen libgcc_s, instead of linking against it.
      However, we have no way to parse/know what it needs. And even when we
      hardcode to include libgcc_s1, we don't have a way to know which
      libgcc_s1 is needed on a given system and from which path to include it.
      But there is a hook-function to copy a binary and all of its shared
      library dependencies. Thus create a stub empty executable, with shared
      linking against pthreads and gcc_s1 and always include it in the initrd.
      This way at initrd creation time, ldd is used to correctly resolve these
      shared library dependencies and correctly copy them into the initrd.
      This removes hardcoding paths as to where these libraries must be copied
      from on the host.
    - Lower the compression levels for zstd and lz4 Following the discussion
      on the mailing list, we have reached a conclusion to lower the default
      compression levels:
      - For lz4, the compression level is lowered to 2 from 9
      - For zstd, the compression level is lowered to 1 from 9
    - Include dax and nfit modules, also needed for pmem devices.
    - Add char/hw_random drivers
    - Reinstate build-time shellcheck (but leave shellcheck out of
      autopkgtests as per debian bug #992798)
    - Bring up networking if ip6 is specified on cmdline.
    - debian/control: update Vcs-* links for Ubuntu.
    - Add qemu-net-dnsmasq autopkgtest to test DHCPv6
    - test: Ignore remaining systemd-udevd processes
    - Replace dhclient by dhcpcd
    - scripts/functions: do not fail to configure networking too quickly. In
      particular make sure an unsuccessful attempt to run DHCP takes at least
      $ROUNDTTT seconds.
    - Install intel_lpss_pci and spi_pxa2xx_platform kernel modules for keyboard
      on MacBook Pro 2017
    - Install surface_aggregator_registry for keyboard on Surface Laptop 4
    - Restore nvdimm and dax pmem-related modules
    - configure_networking:
      - Increase minimum timeout to 30 seconds
      - Fix configuring BOOTIF when using iSCSI
      - Set interface MTU if provided by the DHCP server
    - autopkgtest: Test hostname already set in initrd
    - resume: always write valid resume device to /sys/power/resume
    - hook-functions: Print error message on copy_file failure
      to ease debugging cases like LP #1641230.
    - Use 3cpio for unmkinitramfs/lsinitramfs if available (for massive speedup)
      and let initramfs-tools-core suggest 3cpio
    - persist hostname provided by DHCP only if not set yet
    - configure_networking: Configure IPv4 or IPv6 based on iBFT IP address
    - Add iBFT test cases to qemu-net-iscsi autopkgtest
    - scripts/functions: gateway4/gateway6 are depreated in netplan config,
      generate routes instead
  * kernel/postinst.d: check for presence of mkinitramfs

initramfs-tools (0.146) unstable; urgency=medium

  [ Alper Nebi Yasak ]
  * [6487f6e] hook-functions: Add soc and extcon drivers
  * [99bea09] hook-functions: Add rpmsg and hwspinlock drivers
  * [7d1c4b4] hook-functions: Add interconnect drivers
  * [cf40492] hook-functions: Add mailbox drivers
  * [6caf9cd] hook-functions: Add memory drivers
  * [82c266d] hook-functions: Add nvmem drivers
  * [6269d10] hook-functions: Add power modules
  * [ee89884] hook-functions: Add spmi modules
  * [4410741] hook-functions: Add qrtr driver
  * [56e9fd6] hook-functions: Add devfreq drivers
  * [2eb8e0e] hook-functions: Add dma drivers
  * [91a439b] hook-functions: Add watchdog drivers
  * [ada64b7] hook-functions: Add usb/typec drivers
  * [cb730ef] hook-functions: Add tty/serial drivers
  * [7033153] hook-functions: Add input/serio drivers
  * [c8a24d8] hook-functions: Add platform/chrome drivers
  * [bc902ab] hook-functions: Handle msm hidden depency on qrtr
  * [508c23b] hook-functions: Add msm to fb modules list

  [ Dmitry Baryshkov ]
  * [7328860] hook-functions: add missing module dependencies for Qualcomm
    plaforms

  [ Ben Hutchings ]
  * [140c572] hook-functions: Expand documentation of copy_exec and
    copy_file
  * [765db02] hook-functions: Restore copy_file's handling of target
    ending in slash (Closes: #1082647)
  * [d5c2430] hook-functions: Exclude usr-merge symlinks in copy_file
    (Closes: #1088959)
  * [6adf789] autopkgtest: Add tests for copy_file function
  * [59d8726] functions: Define list_filter_out function for filtering
    comma-sep lists
  * [c1ad6a5] init: Filter 'tmpfs' out of $ROOTFSTYPE
  * [10bcd21] tests: Add e2fsprogs to dependencies

  [ Benjamin Drung ]
  * [81fd41f] Put compressed kernel modules and firmware in an
    uncompressed cpio (LP: #2028567)
  * [cb06181] unmkinitramfs: use directory names 'cpio1', 'cpio2', etc.
  * [fb0b40d] Declare breaking miniramfs 1.0.2 and older
  * [137d8a9] Drop obsolete shellcheck overrides
  * [cc661aa] Filter net kernel modules by symbol regexp from dracut (LP:
    #2031841)
  * [687cff2] Explicitly call "set -e" instead of specifying on shebang
  * [5eda205] netinfo_to_resolv_conf: clear variables between sourcing
  * [b55854d] netinfo_to_resolv_conf: add net_file to local variables
  * [df2b4b3] hook-functions: make copy_libgcc to not take any parameters
    (LP: #2085157)
  * [370b433] test: log commands that produce output on stdout
  * [ddec7a3] Mark debian/tests/test-common as sh script
  * [9333111] tests: fix shellcheck warning "Declare and assign separately
    to ..."
  * [db53479] tests: Replace 'echo -n' by printf
  * [08ec63c] tests: fix shellcheck warning "variable appears unused"
  * [32630e9] tests: fix shellcheck info "read without -r will mangle
    backslashes"
  * [2c746f1] test: make prepare_network_dumping_rootfs take no parameters
  * [84115f9] test: silence incorrect shellcheck SC2119
  * [a83ddc2] test: fix checking output / initrd content
  * [3ad3f72] d/salsa-ci.yml: include tests in shellcheck

  [ Jeffery To ]
  * [7b10938] Fix resume device type check

Date: Mon, 03 Mar 2025 23:24:24 +0100
Changed-By: Benjamin Drung <bdrung at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/initramfs-tools/0.146ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 03 Mar 2025 23:24:24 +0100
Source: initramfs-tools
Built-For-Profiles: noudeb
Architecture: source
Version: 0.146ubuntu1
Distribution: plucky
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Benjamin Drung <bdrung at ubuntu.com>
Closes: 1082647 1088959
Launchpad-Bugs-Fixed: 2028567 2031841 2085157
Changes:
 initramfs-tools (0.146ubuntu1) plucky; urgency=medium
 .
   * Merge from Debian unstable. Remaining changes:
     - Harmonize kernel module installation with dracut's behavior:
       - hook-functions: Move UFS storage drivers to block class
       - Use the symbol regex from dracut-install to reduce the unnessary block
         kernel modules.
       - Do not install ARM/RISCV specific modules on other architectures.
     - add squashfs to list of 'most' modules
     - test:
       - let run_qemu* take extra kernel parameters as single parameter
       - Move network parameters to run_qemu
       - support setting a disk label in build_fs_ext2
       - test-common: move disc logic out of _run_qemu
       - Add qemu-net-iscsi autopkgtest
     - Revert "autopkgtest: Fix test failure when built-in drivers request
       firmware". This workaround is not needed on Ubuntu.
     - support mounting of loopback devices via loop*= parameters
     - Add vfat and nls modules to the initramfs.
     - Drop hooks/keymap, scripts/init-top/keymap, and associated code;
       console-setup takes care of this in Ubuntu.
     - Allow scripts and hooks to specify OPTION=VAR, and unless VAR is set to
       something other than "n", the script will not be included.
     - 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.
     - Automatically blacklist vga16fb when vga= or video= specified on kernel
       command-line.
     - Add hwaddr= alias for BOOTIF= for compatibility.
     - Set hostname at boot, for the benefit of mdadm autoassembly.
     - Add Hyper-V paravirtualised device drivers to the initramfs to allow
       booting of stock images in a Hyper-V guest.
     - ppc64el: enable PowerPC NX Crypto Coprocessor
     - Add support for uppercase and lowercase uuids.
     - 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: Don't interpret "rootdelay" as a static sleep.
     - scripts/local: Let rootdelay determine the wait-for-root timeout.
     - Increase rootdelay to 180s on powerpc/ppc64/ppc64el
     - Support roottimeout= as the authoritative name for rootdelay= since the
       Ubuntu interpretation of rootdelay is *not* a delay and this causes
       inconsistent behavior depending on whether the kernel or an initramfs is
       interpreting it.
     - Revised mountroot failure support.  This is now deprecated and
       effectively removed.  However, to prevent breakage in other packages the
       add_mountroot_fail_hook function is still present as an empty stub.
     - 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.
     - 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.
     - netinfo_to_resolv_conf: Add support for IPv6
     - resume: only resume when the partition contains a resume image
     - Fix resuming a hibernate session from a swapfile
     - 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.
     - 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.
     - 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).
     - Just let dhclient scan the interfaces if none is specified for IPv6.
       (previously unnoted)
     - Do not handle ip=rarp specially (ipconfig hasn't supported it for some
       time)
     - Call dhclient in simple cases for IPv4 (this makes some small observable
       changes -- for example ip=bootp will now make a DHCP request too -- but
       nothing that seems important).
     - Do not let dhclient processes hang around past the pivot and have them
       respect the shorter timeouts ipconfig was given.
     - hook-functions, mkinitramfs, scripts/functions: support usage of dns
       after configure_networking.
     - Add unit tests for DNS support
     - scripts/functions: write netplan config files to /run/netplan for
       network devices configured with configure_networking.
     - Adjust testsuite for correct expected netplan output.
     - Add tests to parse netplan.yaml with netplan generate.
     - scripts/functions: include a new option to skip enslaved network
       devices.
     - Auto activate qeth devices on s390x hosts, when using ip= ip6= command
       lines.
     - Add support for creating VLANs via vlan=eth0.1:eth0 on kernel
       commandline, and as VLAN= conf.d snippet.
     - Emit empty dictionary in the ethernets section, for static vlan configs
       without any matches, as otherwise it is invalid config.
     - Skip attempting to chzdev enable VLAN device
     - Work out the kernel modules required to support ZFS filesystems and add
       them as necessary.
     - Add modules for nvme path components on multipath nvme.
     - Drop usage of klibc-utils' fstype in favor of always using udev blkid.
     - Use set -a/+a around loading conf snippets, to autoexport hook
       configuration variables. This thus allows packaged hooks to configure
       each other.
     - Fix PATH to include /usr/local.
     - Fix resume failure due to resume=UUID=... in certain cases
     - Always mount loop-mount filesystems read-write; ntfs-3g and vfat can't
       remount yet.
     - Provide a clearer error on mount failure of the Windows host filesystem
     - scripts/local: Re-execute cryptroot local-block script.
     - Force copy pthread and libgcc_s libraries via a stub binary. To avoid
       circular shared library dependencies between compiler and libc,
       libpthreads chooses to dlopen libgcc_s, instead of linking against it.
       However, we have no way to parse/know what it needs. And even when we
       hardcode to include libgcc_s1, we don't have a way to know which
       libgcc_s1 is needed on a given system and from which path to include it.
       But there is a hook-function to copy a binary and all of its shared
       library dependencies. Thus create a stub empty executable, with shared
       linking against pthreads and gcc_s1 and always include it in the initrd.
       This way at initrd creation time, ldd is used to correctly resolve these
       shared library dependencies and correctly copy them into the initrd.
       This removes hardcoding paths as to where these libraries must be copied
       from on the host.
     - Lower the compression levels for zstd and lz4 Following the discussion
       on the mailing list, we have reached a conclusion to lower the default
       compression levels:
       - For lz4, the compression level is lowered to 2 from 9
       - For zstd, the compression level is lowered to 1 from 9
     - Include dax and nfit modules, also needed for pmem devices.
     - Add char/hw_random drivers
     - Reinstate build-time shellcheck (but leave shellcheck out of
       autopkgtests as per debian bug #992798)
     - Bring up networking if ip6 is specified on cmdline.
     - debian/control: update Vcs-* links for Ubuntu.
     - Add qemu-net-dnsmasq autopkgtest to test DHCPv6
     - test: Ignore remaining systemd-udevd processes
     - Replace dhclient by dhcpcd
     - scripts/functions: do not fail to configure networking too quickly. In
       particular make sure an unsuccessful attempt to run DHCP takes at least
       $ROUNDTTT seconds.
     - Install intel_lpss_pci and spi_pxa2xx_platform kernel modules for keyboard
       on MacBook Pro 2017
     - Install surface_aggregator_registry for keyboard on Surface Laptop 4
     - Restore nvdimm and dax pmem-related modules
     - configure_networking:
       - Increase minimum timeout to 30 seconds
       - Fix configuring BOOTIF when using iSCSI
       - Set interface MTU if provided by the DHCP server
     - autopkgtest: Test hostname already set in initrd
     - resume: always write valid resume device to /sys/power/resume
     - hook-functions: Print error message on copy_file failure
       to ease debugging cases like LP #1641230.
     - Use 3cpio for unmkinitramfs/lsinitramfs if available (for massive speedup)
       and let initramfs-tools-core suggest 3cpio
     - persist hostname provided by DHCP only if not set yet
     - configure_networking: Configure IPv4 or IPv6 based on iBFT IP address
     - Add iBFT test cases to qemu-net-iscsi autopkgtest
     - scripts/functions: gateway4/gateway6 are depreated in netplan config,
       generate routes instead
   * kernel/postinst.d: check for presence of mkinitramfs
 .
 initramfs-tools (0.146) unstable; urgency=medium
 .
   [ Alper Nebi Yasak ]
   * [6487f6e] hook-functions: Add soc and extcon drivers
   * [99bea09] hook-functions: Add rpmsg and hwspinlock drivers
   * [7d1c4b4] hook-functions: Add interconnect drivers
   * [cf40492] hook-functions: Add mailbox drivers
   * [6caf9cd] hook-functions: Add memory drivers
   * [82c266d] hook-functions: Add nvmem drivers
   * [6269d10] hook-functions: Add power modules
   * [ee89884] hook-functions: Add spmi modules
   * [4410741] hook-functions: Add qrtr driver
   * [56e9fd6] hook-functions: Add devfreq drivers
   * [2eb8e0e] hook-functions: Add dma drivers
   * [91a439b] hook-functions: Add watchdog drivers
   * [ada64b7] hook-functions: Add usb/typec drivers
   * [cb730ef] hook-functions: Add tty/serial drivers
   * [7033153] hook-functions: Add input/serio drivers
   * [c8a24d8] hook-functions: Add platform/chrome drivers
   * [bc902ab] hook-functions: Handle msm hidden depency on qrtr
   * [508c23b] hook-functions: Add msm to fb modules list
 .
   [ Dmitry Baryshkov ]
   * [7328860] hook-functions: add missing module dependencies for Qualcomm
     plaforms
 .
   [ Ben Hutchings ]
   * [140c572] hook-functions: Expand documentation of copy_exec and
     copy_file
   * [765db02] hook-functions: Restore copy_file's handling of target
     ending in slash (Closes: #1082647)
   * [d5c2430] hook-functions: Exclude usr-merge symlinks in copy_file
     (Closes: #1088959)
   * [6adf789] autopkgtest: Add tests for copy_file function
   * [59d8726] functions: Define list_filter_out function for filtering
     comma-sep lists
   * [c1ad6a5] init: Filter 'tmpfs' out of $ROOTFSTYPE
   * [10bcd21] tests: Add e2fsprogs to dependencies
 .
   [ Benjamin Drung ]
   * [81fd41f] Put compressed kernel modules and firmware in an
     uncompressed cpio (LP: #2028567)
   * [cb06181] unmkinitramfs: use directory names 'cpio1', 'cpio2', etc.
   * [fb0b40d] Declare breaking miniramfs 1.0.2 and older
   * [137d8a9] Drop obsolete shellcheck overrides
   * [cc661aa] Filter net kernel modules by symbol regexp from dracut (LP:
     #2031841)
   * [687cff2] Explicitly call "set -e" instead of specifying on shebang
   * [5eda205] netinfo_to_resolv_conf: clear variables between sourcing
   * [b55854d] netinfo_to_resolv_conf: add net_file to local variables
   * [df2b4b3] hook-functions: make copy_libgcc to not take any parameters
     (LP: #2085157)
   * [370b433] test: log commands that produce output on stdout
   * [ddec7a3] Mark debian/tests/test-common as sh script
   * [9333111] tests: fix shellcheck warning "Declare and assign separately
     to ..."
   * [db53479] tests: Replace 'echo -n' by printf
   * [08ec63c] tests: fix shellcheck warning "variable appears unused"
   * [32630e9] tests: fix shellcheck info "read without -r will mangle
     backslashes"
   * [2c746f1] test: make prepare_network_dumping_rootfs take no parameters
   * [84115f9] test: silence incorrect shellcheck SC2119
   * [a83ddc2] test: fix checking output / initrd content
   * [3ad3f72] d/salsa-ci.yml: include tests in shellcheck
 .
   [ Jeffery To ]
   * [7b10938] Fix resume device type check
Checksums-Sha1:
 4f7586178b48ac018fd5af3717592f823979b885 2396 initramfs-tools_0.146ubuntu1.dsc
 9b4f3bcb1104ca6d6c27f77893d18fc7ab753b0e 155980 initramfs-tools_0.146ubuntu1.tar.xz
 0d23f3e81496a07ec594fdf7cc872b7ce10dc664 8556 initramfs-tools_0.146ubuntu1_source.buildinfo
Checksums-Sha256:
 8c922d3f1373979f0d0e8417589d7fa0af640f0044b69f3eac3c6c994cdf8e93 2396 initramfs-tools_0.146ubuntu1.dsc
 605278c436c22a72e08da55a3c7049af759718328f979f62c2c01a84f3f28335 155980 initramfs-tools_0.146ubuntu1.tar.xz
 4cb2378082b80e0b13f3d64ba320b3388b11460af382d647ace11d384e21f519 8556 initramfs-tools_0.146ubuntu1_source.buildinfo
Files:
 346870835fc09fe50e26100d49b7520d 2396 utils optional initramfs-tools_0.146ubuntu1.dsc
 34029925e51ab0b8797e92604e95083c 155980 utils optional initramfs-tools_0.146ubuntu1.tar.xz
 414cd22e6800cc52d21940561e27e6cb 8556 utils optional initramfs-tools_0.146ubuntu1_source.buildinfo
Original-Maintainer: Debian kernel team <debian-kernel at lists.debian.org>
Vcs-Git: https://git.launchpad.net/~bdrung/ubuntu/+source/initramfs-tools
Vcs-Git-Commit: 37e3b96b3c9fa815a91640f40e1ea12ec93273f2
Vcs-Git-Ref: refs/heads/ubuntu/devel


More information about the plucky-changes mailing list