Пакет make-initrd: Информация

    Исходный пакет: make-initrd
    Версия: 2.50.0-alt1
    Собран:  14 января 2025 г. 12:23
    Категория: Система/База
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/osboot/make-initrd

    Лицензия: GPL-3.0
    О пакете: Creates an initramfs image
    Описание: 
    make-initrd is a new, uevent-driven initramfs infrastructure based around udev.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    make-initrd (e2kv6, e2kv5, e2kv4, e2k)
    make-initrd-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    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 (e2kv6, e2kv5, e2kv4, e2k)
    make-initrd-sshfs-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Alexey Gladkov


      1. autoconf
      2. bison
      3. pkgconfig(bzip2)
      4. pkgconfig(json-c)
      5. pkgconfig(libelf)
      6. pkgconfig(libkmod)
      7. pkgconfig(liblzma)
      8. pkgconfig(libtirpc)
      9. pkgconfig(libzstd)
      10. pkgconfig(zlib)
      11. flex
      12. scdoc
      13. udev

    Последнее изменение


    23 декабря 2024 г. Alexey Gladkov 2.50.0-alt1
    - New features:
      + New feature to add block device modules.
      + New feature to add MD modules.
      + New UKI feature to create a Unified Kernel Image which can be booted
        directly from UEFI firmware.
    - Feature kickstart:
      + Add alias /dev/root. This will allow to create images with a file system
        with an arbitrary uuid without running make-initrd.
      + Add increasing filesystems (ext4, xfs, f2fs) along with the partition change.
      + Rewrite block devices detection.
      + Fix work with busybox (use wrapper readlink-e).
    - Feature add-modules:
      + Add workaround to add crc32 for f2fs.
    - Feature fsck:
      + Add workaround for altlinux where fsck has non upstream compatible options.
    - Misc:
      + make-initrd: Reorder arguments and make variables in the command line.
      + initrd-put: Extend the mechanism for ignoring elf_dlopen dependencies.
      + initrd-put: Ignore "archive" feature in libsystemd-shared.so by default.
      + Search kernel System.map in the /lib/modules/<kver>.
      + Search kernel config in the /lib/modules/<kver>.
    14 августа 2024 г. Alexey Gladkov 2.49.0-alt1
    - Feature luks-unl0kr:
      + Feature adds the ability to use unl0kr. unl0kr is framebuffer-based
        disk unlocker for the initramfs based on LVGL.
    - Feature luks:
      + Move the password request functionality to a separate feature
        (dialog). This allows to hide implementation details and simplify
        the code.
    - Feature network:
      + Add support of infiniband network mac addresses.
      + Add tests for cmdline parser.
    - Guess subsystem:
      + Add guessing touchscreen modules.
      + Fix a false positive guess in the luks, lvm, multipath features (ALT#51073).
    - Utilities:
      + depinfo: Add support of weak dependencies. A new dependency type has
        been added since kernel v6.11-rc3.
    - Misc:
      + bug-report: Choose better compression method.
    21 июля 2024 г. Alexey Gladkov 2.48.1-alt1
    - Utilities:
      + initrd-put: Fix hang if soname is not found.