]> git.pld-linux.org Git - packages/dracut.git/blob - plymouth-logo.patch
- C plymounth without libexec
[packages/dracut.git] / plymouth-logo.patch
1 --- dracut-032/modules.d/50plymouth/plymouth-populate-initrd.sh.orig    2013-08-26 21:31:12.615640993 +0200
2 +++ dracut-032/modules.d/50plymouth/plymouth-populate-initrd.sh 2013-08-27 15:35:36.416243854 +0200
3 @@ -5,9 +5,10 @@
4  PLYMOUTH_THEME=$(plymouth-set-default-theme)
5  
6  inst_multiple plymouthd plymouth \
7 -    "${PLYMOUTH_LOGO_FILE}" \
8      /etc/os-release
9  
10 +[[ -f "${PLYMOUTH_LOGO_FILE}" ]] && inst_multiple "${PLYMOUTH_LOGO_FILE}"
11 +
12  mkdir -m 0755 -p "${initdir}/usr/share/plymouth"
13  
14  inst_libdir_file "plymouth/text.so" "plymouth/details.so"
This page took 0.056577 seconds and 3 git commands to generate.