From ba5177593236f932a9b59e1e26311fffeba08fe9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 6 Apr 2012 06:44:55 +0000 Subject: [PATCH] - files from fedora repo (unmodified) Changed files: boot-duration -> 1.1 charge.plymouth -> 1.1 plymouth-set-default-plugin -> 1.1 plymouth-update-initrd -> 1.1 --- boot-duration | 39 +++++++++++++++++++++++++++++++++++++ charge.plymouth | 13 +++++++++++++ plymouth-set-default-plugin | 2 ++ plymouth-update-initrd | 2 ++ 4 files changed, 56 insertions(+) create mode 100644 boot-duration create mode 100644 charge.plymouth create mode 100644 plymouth-set-default-plugin create mode 100644 plymouth-update-initrd diff --git a/boot-duration b/boot-duration new file mode 100644 index 0000000..7fe728c --- /dev/null +++ b/boot-duration @@ -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 diff --git a/charge.plymouth b/charge.plymouth new file mode 100644 index 0000000..f499c0f --- /dev/null +++ b/charge.plymouth @@ -0,0 +1,13 @@ +[Plymouth Theme] +Name=Charge +Description=A theme that features the shadowy hull of a Fedora logo charge up and and finally burst into into full form. +ModuleName=two-step + +[two-step] +ImageDir=/usr/share/plymouth/themes/charge +HorizontalAlignment=.5 +VerticalAlignment=.5 +Transition=none +TransitionDuration=0.0 +BackgroundStartColor=0x202020 +BackgroundEndColor=0x202020 diff --git a/plymouth-set-default-plugin b/plymouth-set-default-plugin new file mode 100644 index 0000000..610f89e --- /dev/null +++ b/plymouth-set-default-plugin @@ -0,0 +1,2 @@ +#!/bin/sh +echo "plymouth-set-default-plugin has been deprecated by plymouth-set-default-theme" diff --git a/plymouth-update-initrd b/plymouth-update-initrd new file mode 100644 index 0000000..c07b561 --- /dev/null +++ b/plymouth-update-initrd @@ -0,0 +1,2 @@ +#!/bin/bash +/sbin/new-kernel-pkg --package kernel --mkinitrd --dracut --depmod --install $(uname -r) -- 2.44.0