This commit is contained in:
parent
cd80201641
commit
d959090a15
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 17 18:04:29 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
- Ensure that /bin/plymouth still is available as that the
|
||||
displaymanagers (KDM/GDM) are expecting this. This needs to be
|
||||
in place until the migration to /usr is completed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 17 09:25:11 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
|
@ -275,6 +275,11 @@ make %{?_smp_mflags}
|
||||
rm -f %{buildroot}/%{_bindir}/rhgb-client
|
||||
rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-*-initrd
|
||||
|
||||
#Link the plymouth client binary also to /bin until the move to /usr is completed
|
||||
mkdir %{buildroot}/bin
|
||||
ln -s %{buildroot}/usr/bin/plymouth %{buildroot}/bin/plymouth
|
||||
|
||||
|
||||
# Glow isn't quite ready for primetime
|
||||
rm -rf %{buildroot}%{_datadir}/plymouth/glow/
|
||||
rm -rf %{buildroot}%{_datadir}/plymouth/themes/glow/
|
||||
|
@ -38,7 +38,7 @@
|
||||
+plymouth show-splash
|
||||
--- /dev/null
|
||||
+++ plymouth-0.8.3_git201110131555/scripts/setup-plymouth.sh.in
|
||||
@@ -0,0 +1,41 @@
|
||||
@@ -0,0 +1,43 @@
|
||||
+#!/bin/bash
|
||||
+#
|
||||
+#%stage: setup
|
||||
@ -64,6 +64,8 @@
|
||||
+ @PLYMOUTH_DATADIR@/plymouth/plymouthd.defaults \
|
||||
+ @PLYMOUTH_DATADIR@/plymouth/themes/${THEME}/* \
|
||||
+ @PLYMOUTH_DATADIR@/plymouth/logo.png \
|
||||
+ /usr/bin/plymouth \
|
||||
+ /usr/sbin/plymouthd \
|
||||
+ /etc/plymouth/plymouthd.conf"
|
||||
+
|
||||
+PLUGINS="${PLUGIN_PATH}/details.so \
|
||||
|
Loading…
Reference in New Issue
Block a user