This commit is contained in:
parent
d1889a3264
commit
152d46c65e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 21 11:25:36 UTC 2012 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update the installation/update from plymouth in a way that the
|
||||||
|
initrd file for the current running kernel is updated.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 15 09:09:23 UTC 2012 - tittiatcoke@gmail.com
|
Tue May 15 09:09:23 UTC 2012 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
@ -380,6 +380,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
[ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f %{_datadir}/plymouth/default-boot-duration %{_localstatedir}/lib/plymouth/boot-duration
|
[ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f %{_datadir}/plymouth/default-boot-duration %{_localstatedir}/lib/plymouth/boot-duration
|
||||||
|
%{_libexecdir}/plymouth/plymouth-update-initrd
|
||||||
if [ $1 -eq 1 ]; then
|
if [ $1 -eq 1 ]; then
|
||||||
if [ -f %{_sysconfdir}/default/grub ]; then
|
if [ -f %{_sysconfdir}/default/grub ]; then
|
||||||
sed -i 's|splash=silent|splash|g' %{_sysconfdir}/default/grub
|
sed -i 's|splash=silent|splash|g' %{_sysconfdir}/default/grub
|
||||||
|
Loading…
Reference in New Issue
Block a user