]> TLD Linux GIT Repositories - packages/dracut.git/blob - plymouth-logo.patch
- updated for 044
[packages/dracut.git] / plymouth-logo.patch
1 diff -ur dracut-044.orig/modules.d/50plymouth/plymouth-populate-initrd.sh dracut-044/modules.d/50plymouth/plymouth-populate-initrd.sh
2 --- dracut-044.orig/modules.d/50plymouth/plymouth-populate-initrd.sh    2015-11-30 12:47:19.000000000 +0000
3 +++ dracut-044/modules.d/50plymouth/plymouth-populate-initrd.sh 2015-11-30 12:48:48.898305000 +0000
4 @@ -4,9 +4,10 @@
5  PLYMOUTH_THEME=$(plymouth-set-default-theme)
6  
7  inst_multiple plymouthd plymouth \
8 -    "${PLYMOUTH_LOGO_FILE}" \
9      /etc/os-release
10  
11 +[[ -f "${PLYMOUTH_LOGO_FILE}" ]] && inst_multiple "${PLYMOUTH_LOGO_FILE}"
12 +
13  mkdir -m 0755 -p "${initdir}/usr/share/plymouth"
14  
15  inst_libdir_file "plymouth/text.so" "plymouth/details.so"