mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-07 16:34:28 +01:00
When the guest is built using dracut and the agent uses glibc (esp. ppc64le/s390x), libraries might be missing. In my case, it was `libutil.so`, but more can be added easily. Add a script to configure `install_items` for dracut w.r.t. `ldd` of the agent. Fixes: #2384 Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
10 lines
204 B
Plaintext
10 lines
204 B
Plaintext
image-builder/nsdax
|
|
dracut/Dockerfile
|
|
dracut/dracut.conf.d/15-extra-libs.conf
|
|
/.*.done
|
|
/*_rootfs
|
|
/kata-Centos-dnf.conf
|
|
/kata-containers-initrd.img
|
|
/kata-containers.img
|
|
rootfs-builder/centos/RPM-GPG-KEY-*
|