Check that dependencies that are DT_NEEDED by a program are automatically copied by dracut. We use cramfs, the package, as it is small and just depends on libz. Test more than one dracut config file. Reported-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Thierry Bultel <thierry.bultel@linatsea.fr> Cc: Adam Duskett <aduskett@gmail.com> [Arnout: remove test for features that haven't been merged yet] Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
8 lines
68 B
Plaintext
8 lines
68 B
Plaintext
install_items+="
|
|
/usr/bin/mkcramfs
|
|
"
|
|
|
|
add_dracutmodules+="
|
|
cramfs
|
|
"
|