projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa45bf3
)
We should be checking for /usr/bin/splash_geninitramfs, instead.
author
Chris Gianelloni
<wolf31o2@gentoo.org>
Tue, 1 Aug 2006 19:56:46 +0000
(19:56 +0000)
committer
Chris Gianelloni
<wolf31o2@gentoo.org>
Tue, 1 Aug 2006 19:56:46 +0000
(19:56 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@423
67a159dc
-881f-0410-a524-
ba9dfbe2cb84
gen_initramfs.sh
patch
|
blob
|
history
diff --git
a/gen_initramfs.sh
b/gen_initramfs.sh
index 3f1a3f73151d4e9e47281cbc3f0f2924d890c1a3..93bea860cec9182331928c978ef896596d11d46a 100644
(file)
--- a/
gen_initramfs.sh
+++ b/
gen_initramfs.sh
@@
-288,7
+288,7
@@
create_evms2_cpio(){
create_gensplash(){
if [ "${GENSPLASH}" -eq '1' ]
then
- if [ -x /
s
bin/splash_geninitramfs ]
+ if [ -x /
usr/
bin/splash_geninitramfs ]
then
[ -z "${GENSPLASH_THEME}" ] && [ -e /etc/conf.d/splash ] && source /etc/conf.d/splash
[ -z "${GENSPLASH_THEME}" ] && GENSPLASH_THEME=default