Hi, I am trying to create a livecd by using the livecd-creator. But whenever during the build process I get the error message: dracut: No '/dev/log' or 'logger' included for syslog logging dracut-install: ERROR: installing 'sr_mod' dracut-install: ERROR: installing 'ext4' sort: fflush failed: 'standard output': Broken pipe sort: write error gzip: stdout: Broken pipe gzip: stdout: Broken pipe sort: write failed: 'standard output': Broken pipe sort: write error I have tried to debug this via adding selinux-policy-targeted to my kickstart, but nothing changed. I have tried unpacking the scripts from kernel-core-5.9.16-200.fc33.x86_64.rpm to see what was going wrong, but I could see what was going wrong. rpm -q --scripts kernel-core-5.9.16-200.fc33.x86_64.rpm postinstall scriptlet (using /bin/sh): if [ `uname -i` == "x86_64" -o `uname -i` == "i386" ] && [ -f /etc/sysconfig/kernel ]; then /bin/sed -r -i -e 's/^DEFAULTKERNEL=kernel-smp$/DEFAULTKERNEL=kernel/' /etc/sysconfig/kernel || exit $? fi preuninstall scriptlet (using /bin/sh): /bin/kernel-install remove 5.9.16-200.fc33.x86_64 /lib/modules/5.9.16-200.fc33.x86_64/vmlinuz || exit $? posttrans scriptlet (using /bin/sh): /bin/kernel-install add 5.9.16-200.fc33.x86_64 /lib/modules/5.9.16-200.fc33.x86_64/vmlinuz || exit $? As you can see there is no dracut_install. Can anyone tell me where dracut_install is being called from ? What is going wrong here ? My flattened kickstart file: https://pastebin.com/raw/B5Ph4Rbw -- Regards, Sreyan Chakravarty _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx