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

    Бинарный пакет: make-initrd
    Версия: 2.16.0-alt2
    Архитектура: i586
    Собран:  31 августа 2021 г. 13:18 в задании #283509
    Исходный пакет: make-initrd
    Категория: Система/База
    Сообщить об ошибке в пакете
    Домашняя страница: 

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

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


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


    20 августа 2021 г. Nikolai Kostrigin 2.16.0-alt2
    - Feature ucode:
      + Do not fail on AMD ucode file absence
    12 апреля 2021 г. Alexey Gladkov 2.16.0-alt1
    - Runtime:
      + ueventd tries to process events again if it did not work the first time.
      + Move READONLY handle to fstab service.
      + Fix polld service dependency.
    - New feature:
      + iscsi: feature adds you to perform a diskless system boot using pxe
      and iSCSI (thx Mikhail Chernonog) (ALT#27354).
    - Feature mdadm:
      + md-raid-member handler assume that it has successfully processed all the events.
    - Feature pipeline:
      + Use ro,loop options only for a non-device files.
    6 апреля 2021 г. Alexey Gladkov 2.15.0-alt1
    - Runtime:
      + Allow init= to be symlink
      + Fix root=NUMBER
      + Show on console stopped services
      + Make killall messages more informative
    - Utilities:
      + initrd-put: Copy absolute symlinks (ALT#39877)
    - Misc:
      + Make a compatibility symlink only if the file doesn't exist
      + Create initramfs filesystem structure based on system filesystem
      + Add more documentation