forked from rpms/plymouth
- Add a sample boot-duration for livecds and first time boots (bug 469752)
This commit is contained in:
parent
94baba13d3
commit
8b31ea2705
39
boot-duration
Normal file
39
boot-duration
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
0.222:RCkernelparam
|
||||||
|
0.223:RChostname
|
||||||
|
0.238:RCmountfs
|
||||||
|
0.275:RCswap
|
||||||
|
0.330:microcode_ctl
|
||||||
|
0.357:cpuspeed
|
||||||
|
0.365:ip6tables
|
||||||
|
0.380:iptables
|
||||||
|
0.385:isdn
|
||||||
|
0.504:auditd
|
||||||
|
0.508:restorecond
|
||||||
|
0.523:rsyslog
|
||||||
|
0.530:irqbalance
|
||||||
|
0.533:rpcbind
|
||||||
|
0.549:nfslock
|
||||||
|
0.561:mdmonitor
|
||||||
|
0.563:rpcidmapd
|
||||||
|
0.578:rpcgssd
|
||||||
|
0.579:messagebus
|
||||||
|
0.580:fuse
|
||||||
|
0.594:netfs
|
||||||
|
0.600:acpid
|
||||||
|
0.611:haldaemon
|
||||||
|
0.660:pcscd
|
||||||
|
0.691:udev-post
|
||||||
|
0.703:portreserve
|
||||||
|
0.712:setroubleshoot
|
||||||
|
0.749:bluetooth
|
||||||
|
0.738:sshd
|
||||||
|
0.763:ntpd
|
||||||
|
0.807:sendmail
|
||||||
|
0.876:crond
|
||||||
|
0.902:kerneloops
|
||||||
|
0.907:smolt
|
||||||
|
0.915:atd
|
||||||
|
0.927:avahi-daemon
|
||||||
|
0.941:cups
|
||||||
|
0.983:anacron
|
||||||
|
0.992:local
|
@ -9,6 +9,7 @@ Release: 0.2008.10.30.4%{?dist}
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
|
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
|
||||||
|
Source1: boot-duration
|
||||||
Patch0: plymouth-allow-passing-plugin.patch
|
Patch0: plymouth-allow-passing-plugin.patch
|
||||||
URL: http://freedesktop.org/software/plymouth/releases
|
URL: http://freedesktop.org/software/plymouth/releases
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -177,6 +178,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
|
|||||||
# Temporary symlink until rc.sysinit is fixed
|
# Temporary symlink until rc.sysinit is fixed
|
||||||
(cd $RPM_BUILD_ROOT%{_bindir}; ln -s ../../bin/plymouth)
|
(cd $RPM_BUILD_ROOT%{_bindir}; ln -s ../../bin/plymouth)
|
||||||
|
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
|
||||||
|
cp $RPM_SOURCE_DIR/boot-duration $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
@ -235,6 +239,7 @@ fi
|
|||||||
%{_localstatedir}/run/plymouth
|
%{_localstatedir}/run/plymouth
|
||||||
%{_localstatedir}/spool/plymouth
|
%{_localstatedir}/spool/plymouth
|
||||||
%{_localstatedir}/lib/plymouth
|
%{_localstatedir}/lib/plymouth
|
||||||
|
%verify(not mtime md5) %{_localstatedir}/lib/plymouth/boot-duration
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -300,6 +305,10 @@ fi
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 4 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.5
|
||||||
|
- Add a sample boot-duration for livecds and first time boots
|
||||||
|
(bug 469752)
|
||||||
|
|
||||||
* Mon Nov 3 2008 Jeremy Katz <katzj@redhat.com> - 0.6.0-0.2008.10.30.4
|
* Mon Nov 3 2008 Jeremy Katz <katzj@redhat.com> - 0.6.0-0.2008.10.30.4
|
||||||
- Allow pre-setting the default plugin when calling plymouth-populate-initrd
|
- Allow pre-setting the default plugin when calling plymouth-populate-initrd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user