initramfs-tools (0.150)
[PTS] [DDPO]
COMMITS: VCS has seen 5 commits since the v0.150 tag
- Git: https://salsa.debian.org/kernel-team/initramfs-tools.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 2420736
- Browser: https://salsa.debian.org/kernel-team/initramfs-tools
- Last scan: 2025-11-29 06:02:02+00
- Next scan: 2025-12-06 04:33:00+00
- Merge requests: 4
- CI pipeline status: success
- Debian changelog in Git:
initramfs-tools (0.150) unstable; urgency=medium
[ Benjamin Drung ]
* [a6efee9] autopkgtest: replace qemu-kvm by qemu-system-native
* [e1d0775] Revert "Avoid updating the initramfs twice for some cases"
(Closes: #1108204)
* [27544d4] update-initramfs: move "set -e" to the beginning
* [afb3ba3] update-initramfs: use "set -u"
* [f0c9c42] update-initramfs: add copyright information
[ E Shattow ]
* [d656783] hook-functions: Add Cadence USB driver to base (Closes:
#1108924)
[ Askar Safin ]
* [7a9c2a0] hook-functions: add modules for non-default checksums on
btrfs
[ Ben Hutchings ]
* [9fa9ae0] unmkinitramfs: Accept lower-case hex digits in cpio headers
-- Ben Hutchings <benh@debian.org> Tue, 12 Aug 2025 22:54:00 +0200
- This branch is 5 commits ahead of tag v0.150
- Git log:
commit 8c65a4965ee3529288c88565c7715692bfcd3422
Merge: af837b1 a378364
Author: Ben Hutchings <benh@debian.org>
Date: Sun Nov 16 17:28:51 2025 +0100
Merge branch 'wrap-and-sort' into 'debian/latest'
Run wrap-and-sort
See merge request kernel-team/initramfs-tools!185
commit af837b1650a44bc7e80ee4a34cc842069f54dcd1
Merge: 26e666f 7d68e10
Author: Ben Hutchings <benh@debian.org>
Date: Sun Nov 16 16:54:59 2025 +0100
Merge branch 'shellcheck' into 'debian/latest'
silence incorrect shellcheck SC2329
See merge request kernel-team/initramfs-tools!189
commit 7d68e103cc9d2ea0216eeae50caa6bdd2859ad98
Author: Benjamin Drung <benjamin.drung@canonical.com>
Date: Wed Nov 12 13:00:53 2025 +0100
Fix shellcheck SC2268
shellcheck 0.11.0 complains:
```
In debian/initramfs-tools.postinst line 6:
if [ "x$1" != xtriggered ]; then
^---^ SC2268 (style): Avoid x-prefix in comparisons as it no longer serves a purpose.
Did you mean:
if [ "$1" != triggered ]; then
```
commit 813886bbb373cffa1beee8d2ef61fe203fd1b71a
Author: Benjamin Drung <benjamin.drung@canonical.com>
Date: Wed Nov 12 12:59:08 2025 +0100
silence incorrect shellcheck SC2329
shellcheck 0.11.0 complains:
```
In hooks/fsck line 57:
fstype() { "/usr/lib/klibc/bin/fstype" "$@"; }
^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly).
In ./mkinitramfs line 288:
clean_on_exit() {
^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly).
In debian/tests/unmkinitramfs line 44:
no_compressor() {
^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly).
```
commit a378364705512bfcd9dbe0367ff6e8ca97327983
Author: Benjamin Drung <benjamin.drung@canonical.com>
Date: Wed Aug 13 11:35:13 2025 +0200
Run wrap-and-sort
Run `wrap-and-sort`.