mkimage-profiles/features.in/initrd-propagator
Anton Midyukov 71e209e201 create initrd.img with propagator instead full.cz
With this change, we simplify the created initrd image. Kernel
modules and firmware are added by make-Initrd itself. The layer
in Initrd is now one. It also allows you to unifyed configs for
bootloading with propagator and bootchain.
Config files for refind and elilo is creates in mkimage, so have
to copy initrd.img in efi/boot/ with the name full.cz.
2022-06-03 21:58:34 +07:00
..
stage1/scripts.d create initrd.img with propagator instead full.cz 2022-06-03 21:58:34 +07:00
config.mk grub,initrd-propagator,syslinux: split STAGE1_INITRD_BOOTARGS in half 2021-09-03 02:02:01 +07:00
README initrd-propagator: Select the propagator as a separate feature 2021-04-12 23:13:57 +07:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Добавляется поддержка propagator. propagator обеспечивает первую стадию загрузчика.
Ранее был неотъемлемой частью субпрофиля stage1. Был вынесен в фичу для обеспечения
возожности собирать образы с использованием специально собранного initrd вместо него.