Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > 091fb69028ff59a67049bec44055efdb > files > 1

dracut-051-4.mga8.src.rpm

From 65eb170296015d6fb63600cea9aabb1d4149a82c Mon Sep 17 00:00:00 2001
From: Colin Guthrie <colin@mageia.org>
Date: Wed, 30 Nov 2011 22:07:56 +0000
Subject: [PATCH 501/514] Plymouth customisations for Mageia

---
 modules.d/50plymouth/plymouth-populate-initrd.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules.d/50plymouth/plymouth-populate-initrd.sh b/modules.d/50plymouth/plymouth-populate-initrd.sh
index 6c184ac9..3694a80c 100755
--- a/modules.d/50plymouth/plymouth-populate-initrd.sh
+++ b/modules.d/50plymouth/plymouth-populate-initrd.sh
@@ -1,10 +1,10 @@
 #!/bin/bash
 
-PLYMOUTH_LOGO_FILE="/usr/share/pixmaps/system-logo-white.png"
+PLYMOUTH_LOGO_FILE="/usr/share/dracut/logo.png"
 PLYMOUTH_THEME=$(plymouth-set-default-theme)
 
 inst_multiple plymouthd plymouth \
-    /etc/system-release
+    /etc/mageia-release
 
 test -e "${PLYMOUTH_LOGO_FILE}" && inst_simple "${PLYMOUTH_LOGO_FILE}"
 
-- 
2.13.5