mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-07-06 13:55:22 +02:00
initramfs: allow an optional wrapper script around initramfs generation
It is sometimes useful to have a secondary script call the gen_initramfs_list.sh script. This allows special interpretation of the initramfs root filesystem or other manipulations to be injected. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
e447f7284c
commit
098b9ebd0a
|
@ -51,7 +51,7 @@ cpio-data := $(obj)/initramfs_data.cpio
|
||||||
hostprogs := gen_init_cpio
|
hostprogs := gen_init_cpio
|
||||||
|
|
||||||
# .initramfs_data.cpio.d is used to identify all files included
|
# .initramfs_data.cpio.d is used to identify all files included
|
||||||
# in initramfs and to detect if any files are added/removed.
|
# in initramfs $(INITRAMFS_WRAPPER) and to detect if any files are added/removed.
|
||||||
# Removed files are identified by directory timestamp being updated
|
# Removed files are identified by directory timestamp being updated
|
||||||
# The dependency list is generated by gen_initramfs.sh -l
|
# The dependency list is generated by gen_initramfs.sh -l
|
||||||
-include $(obj)/.initramfs_data.cpio.d
|
-include $(obj)/.initramfs_data.cpio.d
|
||||||
|
|
Loading…
Reference in New Issue
Block a user