- Hopefully resolves issue with a missing symlink for /sbin/zfcpconf.sh required by dracut. This one was generated by downloading rawhide primary.xml and filelists.xml.gz for aarch64, x86_64, s390x, ppc64el, and doing: (zcat *.xml.gz | sed -n -r 's|.*file>(/usr)?/sbin/(.*)</file.*|\2|p'; cat sbin-filenames)| sort -u | sponge sbin-filenames (and then sorting the result using emacs' sort-lines-nocase). zfcpconf.sh is on the list, which should solve the issue reported in https://src.fedoraproject.org/rpms/s390utils/pull-request/14#comment-239945 that dracut needs '/sbin/zfcpconf.sh'.
Description
Languages
sed
100%