Пакет make-initrd: Информация
Исходный пакет: make-initrd
Версия: 2.51.0-alt1
Собран: 21 января 2025 г. 16:14 в задании #370719
Категория: Система/База
Сообщить об ошибке в пакетеДомашняя страница: 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 (x86_64, ppc64le, i586, aarch64)
make-initrd-bootconfig (x86_64, ppc64le, i586, aarch64)
make-initrd-debuginfo (x86_64, ppc64le, i586, aarch64)
make-initrd-devmapper (noarch)
make-initrd-guestfs (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, aarch64)
make-initrd-sshfs-debuginfo (x86_64, ppc64le, i586, aarch64)
make-initrd-ucode (x86_64, i586)
make-initrd-zfs (x86_64, ppc64le, i586, aarch64)
make-initrd (x86_64, ppc64le, i586, aarch64)
make-initrd-bootconfig (x86_64, ppc64le, i586, aarch64)
make-initrd-debuginfo (x86_64, ppc64le, i586, aarch64)
make-initrd-devmapper (noarch)
make-initrd-guestfs (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, aarch64)
make-initrd-sshfs-debuginfo (x86_64, ppc64le, i586, aarch64)
make-initrd-ucode (x86_64, i586)
make-initrd-zfs (x86_64, ppc64le, i586, aarch64)
Сопровождающий: Alexey Gladkov
Список участников:
Alexey Gladkov
Anton Midyukov
Gleb Fotengauer-Malinovskiy
Aleksei Nikiforov
Anton Farygin
Michael Shigorin
Kirill A. Shutemov
Alexey Gladkov
Anton Midyukov
Gleb Fotengauer-Malinovskiy
Aleksei Nikiforov
Anton Farygin
Michael Shigorin
Kirill A. Shutemov
Последнее изменение
21 января 2025 г. Alexey Gladkov 2.51.0-alt1
- Feature kickstart: + Allow to disable kickstart from cmdline. + Fix specifying label for f2fs. + Add mkfs for f2fs filesystem if needed. + Add crc32-generic for f2fs. + Add more nls modules for vfat kernel module. - Feature pipeline: + Add ability to check gpg signatures for mounted files in pipeline. - Feature ucode: + Fix the dependency on compress. - Feature compress: + Attempt to detect and use the number of physical CPU cores. - Misc: + Update libshell to v0.4.13 . + Update busybox to 1.37.0 .
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.