repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git]
/
plymouth-git
/
plymouth.initcpio_hook
blob
03350e4ee0fd89a1dbffac1b560c3392c4db9623
1
run_hook() {
2
msg -n ":: Loading plymouth..."
3
4
mknod /dev/fb c 29 0 &>/dev/null
5
#mount devpts /dev/pts -t devpts
6
7
# plymouth deamon
8
/bin/plymouthd
9
10
# plymouth frontend
11
/bin/plymouth --show-splash
12
msg "done."
13
}
14
15
# vim: set ft=sh: