Package make-initrd: Information

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

Source package: make-initrd
Version: 2.2.12-alt1
Build time:  Aug 5, 2019, 04:53 PM in the task #235479
Category: System/Base
Report package bug
Home page: 

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, aarch64)
make-initrd-debuginfo (x86_64, ppc64le, i586, aarch64)
make-initrd-devmapper (x86_64, ppc64le, i586, aarch64)
make-initrd-luks (x86_64, ppc64le, i586, aarch64)
make-initrd-lvm (x86_64, ppc64le, i586, aarch64)
make-initrd-mdadm (x86_64, ppc64le, i586, aarch64)
make-initrd-multipath (x86_64, ppc64le, i586, aarch64)
make-initrd-nfs (x86_64, ppc64le, i586, aarch64)
make-initrd-plymouth (x86_64, ppc64le, i586, aarch64)
make-initrd-ucode (x86_64, i586)

Maintainer: Alexey Gladkov


    1. libkmod-devel
    2. liblzma-devel
    3. bzlib-devel
    4. libzstd-devel
    5. help2man
    6. zlib-devel

Last changed


July 25, 2019 Alexey Gladkov 2.2.12-alt1
- Runtime changes:
  + Add /etc/sysconfig/init
  + Change activation of emergency console
  + rc.sysexec: Fix verbosity
  + simplify killall code
  + Do not print non-error messages if the 'quiet' parameter is
    specified
- Feature changes:
  + plymouth: Handle ImageDir
  + kbd: Rework feature
  + kbd: Add gzip/bzip2/xz if files are compressed
July 19, 2019 Gleb Fotengauer-Malinovskiy 2.2.11-alt1
- Runtime changes:
  + Fix optional check for preloaded modules (thx Alexey Gladkov)
  + Run depmod if rd.depmod=y specified (thx Alexey Gladkov)
  + To generate fstab also read /etc/fstab.d/*.conf (thx Alexey Gladkov)
  + Fix panic=0 parameter (thx Alexey Gladkov)
  + Convert number parameter to number (thx Alexey Gladkov)
  + Do not stop process cmdline parameters on error (thx Alexey Gladkov)
  + Create /.initrd if necessary (thx Alexey Gladkov)
  + Do not umount /proc (thx Alexey Gladkov)
  + init waits for childs (thx Alexey Gladkov)
  + init do not use grep (thx Alexey Gladkov)
  + boolean variable with no value means it is set (thx Alexey Gladkov)
- Utilities:
  + initrd-cp: Ignore source file if file is already present in
    destination (thx Alexey Gladkov)
  + initrd-cp: parse ldd output more tolerant to the format (thx Alexey Gladkov)
- Feature changes:
  + multipath: Use patterns to add scsi_dh* modules (thx Alexey Gladkov)
  + plymouth: make drivers/char/agp module pattern optional
  + add-module: ignore missing module patterns too when --optional
    is passed
  + qemu: mark all added modules as optional
  + add-modules: add MODULES_TRY_ADD parameter for optional modules
Feb. 16, 2019 Alexey Gladkov 2.2.10-alt1
- New:
  + Add wrapper for udevd --version