On 18.03.2015 17:37, Rich Freeman wrote: > [...] > You can look inside an initramfs by doing the following: > mkdir /tmp/ext > cd /tmp/ext > zcat /boot/initramfs-3.18.9-gentoo.img | cpio -i > find usr > find lib64 > ... > [...]
dracut comes with the /usr/bin/lsinitrd tool. pretty convenient. With the -f option, you can print the contents of file as well.

