Debian Package Tracker
Register | Log in
Subscribe

initramfs-tools

generic modular initramfs generator (automation)

Choose email to subscribe with

general
  • source: initramfs-tools (main)
  • version: 0.151
  • maintainer: Debian kernel team (archive) (DMD)
  • uploaders: Michael Prokop [DMD] – Ben Hutchings [DMD]
  • arch: all any
  • std-ver: 4.7.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 0.140
  • oldstable: 0.142+deb12u3
  • stable: 0.148.3
  • testing: 0.150
  • unstable: 0.151
versioned links
  • 0.140: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.142+deb12u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.148.3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.150: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.151: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • initramfs-tools (87 bugs: 0, 40, 47, 0)
  • initramfs-tools-bin
  • initramfs-tools-core (20 bugs: 0, 6, 14, 0)
action needed
The package has not entered testing even though the delay is over normal
The package has not entered testing even though the 5-day delay is over. Check why.
Created: 2026-04-07 Last update: 2026-05-07 00:32
1 bug tagged help in the BTS normal
The BTS contains 1 bug tagged help, please consider helping the maintainer in dealing with it.
Created: 2019-03-21 Last update: 2026-05-07 00:30
22 bugs tagged patch in the BTS normal
The BTS contains patches fixing 22 bugs (23 if counting merged bugs), consider including or untagging them.
Created: 2026-04-06 Last update: 2026-05-07 00:30
4 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit b5dbe2e94285bbf8a806455e7aa88dc1be7f90ec
Merge: d3b96c1 96faefa
Author: Ben Hutchings <benh@debian.org>
Date:   Wed May 6 16:54:46 2026 +0200

    Merge branch 'unmkinitramfs-busybox' into 'debian/latest'
    
    unmkinitramfs: Make it compatible with Busybox cpio
    
    See merge request kernel-team/initramfs-tools!195

commit 96faefa3eb964c5e25cb3d0dce30817208a27a26
Author: Ben Hutchings <benh@debian.org>
Date:   Mon May 4 13:26:26 2026 +0200

    tests: Test unmkinitramfs with 3cpio, default cpio, and Busybox
    
    unmkinitramfs is supposed to work with both 3cpio and the default cpio
    implementation (GNU or uutils), and now also with Busybox.  However
    the test case does not verify this; it only covers whichever
    implementation unmkinitramfs uses by default.
    
    - Add 3cpio, busybox, and cpio to the test dependencies
    
    - Change the test to test with each of the 3 implementations (or 2 if
      3cpio is not available) by modifying $PATH
    
    Signed-off-by: Ben Hutchings <benh@debian.org>

commit f0299e7cfbefea8e1b8e173706b8e9eef1f04a2a
Author: Ben Hutchings <benh@debian.org>
Date:   Wed May 6 14:59:14 2026 +0200

    tests: Always use 3cpio to create images in unmkinitramfs
    
    3cpio is available on all release architectures, so we can
    unconditionally use it in this test case.
    
    Signed-off-by: Ben Hutchings <benh@debian.org>

commit 92dd44e445b47ec80aca21fe48224484c384ba8b
Author: Ben Hutchings <benh@debian.org>
Date:   Sun May 3 15:14:59 2026 +0200

    unmkinitramfs: Make it compatible with Busybox cpio
    
    The miniramfs project creates smaller first-stage initramfs images
    that chain into the initramfs images created with initramfs-tools.  It
    uses Busybox cpio to unpack the second initramfs, which stopped
    working entirely since we split the contents across an uncompressed
    and compressed cpio archive.
    
    miniramfs would benefit from being able to run unmkinitramfs, but
    currently that doesn't work due to the use of GNU cpio options that
    Busybox cpio doesn't implement.  Fix that:
    
    --preserve-modification-time:
        Equivalent to -m, which Busybox cpio does support.  Use the
        short option instead.
    
    --no-absolute-filenames:
        Cannot be replaced.  Add a --trusted-image option to unmkinitramfs
        which disables passing this option to cpio.  Also disable it when
        listing.
    
    -D: Replace with a chdir() call before execve()'ing cpio.
    
    --list:
        Equivalent to -t, which Busybox cpio does support.  Use the
        short option instead.
    
    Signed-off-by: Ben Hutchings <benh@debian.org>
Created: 2026-05-06 Last update: 2026-05-06 17:03
3 open merge requests in Salsa normal
There are 3 open merge requests for this package on Salsa. You should consider reviewing and/or merging these merge requests.
Created: 2025-08-19 Last update: 2026-05-04 17:04
lintian reports 1 warning normal
Lintian reports 1 warning about this package. You should make the package lintian clean getting rid of them.
Created: 2026-02-16 Last update: 2026-02-16 19:32
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.7.2).
Created: 2025-12-23 Last update: 2026-04-01 22:30
testing migrations
  • excuses:
    • Migration status for initramfs-tools (0.150 to 0.151): BLOCKED: Rejected/violates migration policy/introduces a regression
    • Issues preventing migration:
    • ∙ ∙ Autopkgtest for initramfs-tools/0.151: amd64: Pass, arm64: Pass, i386: No tests, superficial or marked flaky ♻ (reference ♻), ppc64el: Pass, riscv64: No tests, superficial or marked flaky ♻, s390x: Pass
    • ∙ ∙ Autopkgtest for miniramfs/1.0.6: amd64: Regression ♻ (reference ♻), arm64: Regression ♻ (reference ♻), i386: Failed (not a regression) ♻ (reference ♻), ppc64el: Regression ♻ (reference ♻), riscv64: Regression ♻ (reference ♻), s390x: Regression ♻ (reference ♻)
    • Additional info (not blocking):
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/i/initramfs-tools.html
    • ∙ ∙ Reproduced on amd64
    • ∙ ∙ Reproduced on arm64
    • ∙ ∙ Reproduced on armhf
    • ∙ ∙ Reproduced on i386
    • ∙ ∙ Reproduced on ppc64el
    • ∙ ∙ 35 days old (needed 5 days)
    • Not considered
news
[rss feed]
  • [2026-04-01] Accepted initramfs-tools 0.151 (source) into unstable (Ben Hutchings)
  • [2025-09-16] initramfs-tools 0.150 MIGRATED to testing (Debian testing watch)
  • [2025-08-13] Accepted initramfs-tools 0.150 (source) into unstable (Ben Hutchings)
  • [2025-07-05] initramfs-tools 0.148.3 MIGRATED to testing (Debian testing watch)
  • [2025-06-29] Accepted initramfs-tools 0.148.3 (source) into unstable (Ben Hutchings)
  • [2025-06-18] initramfs-tools 0.148.2 MIGRATED to testing (Debian testing watch)
  • [2025-06-12] Accepted initramfs-tools 0.148.2 (source) into unstable (Ben Hutchings)
  • [2025-06-12] Accepted initramfs-tools 0.149 (source) into experimental (Ben Hutchings)
  • [2025-06-08] initramfs-tools 0.148.1 MIGRATED to testing (Debian testing watch)
  • [2025-06-02] Accepted initramfs-tools 0.148.1 (source) into unstable (Ben Hutchings)
  • [2025-06-02] Accepted initramfs-tools 0.148 (all amd64 source) into unstable (Debian FTP Masters) (signed by: Ben Hutchings)
  • [2025-05-03] Accepted initramfs-tools 0.142+deb12u2 (source) into proposed-updates (Debian FTP Masters) (signed by: Ben Hutchings)
  • [2025-05-03] Accepted initramfs-tools 0.142+deb12u3 (source) into proposed-updates (Debian FTP Masters) (signed by: Ben Hutchings)
  • [2025-04-02] initramfs-tools 0.147 MIGRATED to testing (Debian testing watch)
  • [2025-03-28] Accepted initramfs-tools 0.147 (source) into unstable (Ben Hutchings)
  • [2025-03-02] Accepted initramfs-tools 0.146 (source) into unstable (Ben Hutchings)
  • [2024-08-29] initramfs-tools 0.145 MIGRATED to testing (Debian testing watch)
  • [2024-08-29] initramfs-tools 0.145 MIGRATED to testing (Debian testing watch)
  • [2024-08-25] Accepted initramfs-tools 0.142+deb12u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Ben Hutchings)
  • [2024-08-22] Accepted initramfs-tools 0.145 (source) into unstable (Ben Hutchings)
  • [2024-08-22] Accepted initramfs-tools 0.144 (source) into unstable (Ben Hutchings)
  • [2024-07-28] Accepted initramfs-tools 0.143.1 (source) into unstable (Ben Hutchings)
  • [2024-06-01] Accepted initramfs-tools 0.143 (source) into experimental (Ben Hutchings)
  • [2022-07-18] initramfs-tools 0.142 MIGRATED to testing (Debian testing watch)
  • [2022-07-12] Accepted initramfs-tools 0.142 (source) into unstable (Ben Hutchings)
  • [2022-04-16] initramfs-tools 0.141 MIGRATED to testing (Debian testing watch)
  • [2022-04-10] Accepted initramfs-tools 0.141 (source) into unstable (Ben Hutchings)
  • [2021-04-11] initramfs-tools 0.140 MIGRATED to testing (Debian testing watch)
  • [2021-03-13] Accepted initramfs-tools 0.140 (source) into unstable (Bastian Blank)
  • [2020-09-19] initramfs-tools 0.139 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 108 116
  • RC: 0
  • I&N: 42 46
  • M&W: 66 70
  • F&P: 0
  • patch: 22 23
  • help: 1
links
  • lintian (0, 1)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • screenshots
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 0.151ubuntu1
  • 88 bugs (5 patches)
  • patches for 0.151ubuntu1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing
Advertisement
Advertisement