repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-x86_64
[ArchLinux/community.git]
/
plymouth
/
trunk
/
plymouth.initcpio_hook
blob
bdb9b6e7d62681c77793413df6c52dfabb6b3918
1
#!/usr/bin/ash
2
3
run_hook
() {
4
mkdir
-m755 -p
/
dev
/
pts
5
mount
-t
devpts devpts
/
dev
/
pts
-o
nosuid
,
noexec
,
gid
=
5
,
mode
=
620
6
plymouthd
--mode
=
boot
--pid-file
=/
run
/
plymouth
/
pid
--attach-to-session
7
plymouth show-splash
8
}
9
10
run_latehook
(){
11
plymouth update-root-fs
--new-root-dir
=/
new_root
12
}
13
14
run_emergencyhook
(){
15
plymouth
--wait
quit
16
}