repo.or.cz
/
diplomippbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Test
[diplomippbx.git]
/
diplom
/
profiles
/
scripts.d
/
02-gfxboot.in
blob
dbcf1d213e3461bd9531abe337b0e617099868eb
1
#!/bin/sh
2
3
bootlogo
=
'/usr/share/gfxboot/@DESIGN@/bootlogo'
4
5
if
[ !
-f
"
$bootlogo
"
];
then
6
echo
"
${0##*/}
- SKIP:
$bootlogo
not found"
7
exit
0
8
fi
9
cd
"
$WORKDIR
"
10
mkdir
-p
syslinux
11
cd
syslinux
12
13
# unpack
14
cpio
-iduV
<
"
$bootlogo
"
15
16
# pack
17
printf
'init
\n
languages
\n
'
|
18
cpio
-oV
>
bootlogo