Package make-initrd: Information

  • Default inline alert: Version in the repository: 2.45.0-alt2

Binary package: make-initrd
Version: 2.27.2-alt1
Architecture: i586
Build time:  Jul 11, 2022, 06:44 PM in the task #303491
Source package: make-initrd
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.

Maintainer: Alexey Gladkov


ACL:
Alexey Gladkov
@core

Last changed


July 11, 2022 Alexey Gladkov 2.27.2-alt1
- New version (2.27.2).
- Feature luks:
  + Get rid of LUKS_ALL_CRYPTTAB. The LUKS_ALL_CRYPTTAB variable was needed
    until the autodetect worked (ALT#43188).
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.