https://bugzilla.suse.com/show_bug.cgi?id=1183425 https://bugzilla.suse.com/show_bug.cgi?id=1183425#c59 Ruediger Oertel <ro@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ro@suse.com --- Comment #59 from Ruediger Oertel <ro@suse.com> --- BTW the patch added an erroneous '+' sign: dracut: *** Including module: plymouth *** /usr/lib/plymouth/plymouth-populate-initrd: line 450: +: command not found ... PLYMOUTH_TitleFont_PATH=$(fc-list |grep $(fc-match "$(echo $(grep "^TitleFont *= *" ${PLYMOUTH_SYSROOT}${PLYMOUTH_DATADIR}/plymouth/themes/`plymouth-set- default-theme`/`plymouth-set-default-theme`.plymouth | sed -e 's/^TitleFont *= *//'| awk 'NF{NF--};1'))" |awk -F : {'print $1'}) |awk -F : {'print $1'} | sort -u | head -n 1) + [ -f "${PLYMOUTH_Font_PATH}" ] && inst ${PLYMOUTH_Font_PATH} $INITRDDIR [ -f "${PLYMOUTH_TitleFont_PATH}" ] && inst ${PLYMOUTH_TitleFont_PATH} $INITRDDIR ... from plymouth-install-label-library-and-font-file-to-initrd.patch -- You are receiving this mail because: You are on the CC list for the bug.