mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 03:22:36 +00:00
This makes it possible for extra custom steps to take before the final reboot step of the initrd flashing process. A new recipe can use the TEGRA_INITRD_FLASH_INSTALL variable in the distro config, to add the new package(s) that provides the custom extra init steps. Note that these scripts needs to be installed with execution permition, in the /init_extra.d folder of the tegraflash initrd image. Signed-off-by: Michael Christensen <msc95@hotmail.dk>