kumquat-buildroot/fs
Yann E. MORIN eb6e466c10 fs/cpio: allow users to provide their own dracut modules
Dracut modules can only be looked for in HOST_DIR/lib/dracut/modules.d/
as dracut does not offer the possibility to look elsewhere.

Installing files in HOST_DIR/ can do done either from a host-package, or
via a post-built script; there is no overlay like there is for target/.
This is a bit cumbersome.

Additional modules are most probably developped in a relatively tight
loop with the configuration files, so it makes sense to expose both
close together.

Add an option to the fs/cpio filesystem, so users can point to a list
of modules to install.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Thierry Bultel <thierry.bultel@linatsea.fr>
Cc: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-02-06 22:46:35 +01:00
..
axfs
btrfs
cloop
cpio fs/cpio: allow users to provide their own dracut modules 2023-02-06 22:46:35 +01:00
cramfs
erofs fs/erofs: enable support for reproducible build 2023-01-16 21:45:15 +01:00
ext2 fs/ext2: generate Y2K38-resilient filesystems 2022-12-14 20:29:11 +01:00
f2fs
initramfs
iso9660
jffs2
oci
romfs
squashfs fs/squashfs: fix BR2_TARGET_ROOTFS_SQUASHFS_BS_8K 2022-05-29 22:28:21 +02:00
tar fs/tar: add option for zstd compression 2022-07-23 22:40:01 +02:00
ubi
ubifs
yaffs2
common.mk
Config.in