Package make-initrd: Information

  • Default inline alert: Version in the repository: 2.31.0-alt7

Source package: make-initrd
Version: 2.27.1-alt1
Build time:  Jul 14, 2022, 09:26 PM in the task #303324
Category: System/Base
Report package bug
License: GPL-3.0
Summary: Creates an initramfs image
Description: 
make-initrd is a new, uevent-driven initramfs infrastructure based around udev.

List of rpms provided by this srpm:
make-initrd (x86_64, ppc64le, i586, armh, aarch64)
make-initrd-boot (x86_64, ppc64le, i586, armh, aarch64)
make-initrd-boot-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
make-initrd-bootconfig (x86_64, ppc64le, i586, armh, aarch64)
make-initrd-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
make-initrd-devmapper (noarch)
make-initrd-iscsi (noarch)
make-initrd-kickstart (noarch)
make-initrd-luks (noarch)
make-initrd-lvm (noarch)
make-initrd-mdadm (noarch)
make-initrd-multipath (noarch)
make-initrd-nfs (noarch)
make-initrd-plymouth (noarch)
make-initrd-smartcard (noarch)
make-initrd-sshfs (x86_64, ppc64le, i586, armh, aarch64)
make-initrd-sshfs-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
make-initrd-ucode (x86_64, i586)

Maintainer: Alexey Gladkov


    1. libkmod-devel
    2. libelf-devel
    3. libslang2-devel
    4. autoconf
    5. libzstd-devel
    6. liblzma-devel
    7. bzlib-devel
    8. libnewt-devel
    9. help2man
    10. libiniparser-devel
    11. libtirpc-devel
    12. udev
    13. zlib-devel

Last changed


July 8, 2022 Alexey Gladkov 2.27.1-alt1
- New version (2.27.1).
- Feature luks:
  + Fix typo and use keyfile if exists (ALT#43056).
  + Add more documentation.
July 6, 2022 Alexey Gladkov 2.27.0-alt1
- New version (2.27.0).
- Feature luks:
  + Add crypttab support (ALT#43056).
  + Try to remember the uuid of the luks device and automatically add it
    to crypttab.
  + Use luks.keys if the file is already in the initramfs (ALT#42987).
- Feature kickstart:
  + Use /proc/devices to detect sd and virtblk block devices.
- Feature locales:
  + Read system-wide locales.
- Utilities:
  + initrd-ls: Fix infinite loop when unpacking zstd.
  + initrd-put: Add option to exclude files by pattern.
  + initrd-scanmod: module must satisfy all the rules from the ruleset.
  + mkinitrd-make-initrd: Fixed misprint, make-initrd can be found now.
  + make-initrd: Enforce absolute path in TMPDIR (ALT#42322).
- Misc:
  + Check bzip2 library as the last chance for detection if there is no
    bzip2.pc.
March 28, 2022 Alexey Gladkov 2.26.0-alt3
- Fix how the initrd-scanmod utility applied filtering rules.