no bootsplash fix

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@34 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Brad House 21 years ago
parent eafe8dd2a5
commit 87286f7dc8

@ -86,6 +86,12 @@ determine_real_args() {
DIETLIBC_BINCACHE_TEMP=`arch_replace "${DIETLIBC_BINCACHE_TEMP}"`
DEVFSD_BINCACHE=`arch_replace "${DEVFSD_BINCACHE}"`
DEVFSD_CONF_BINCACHE=`arch_replace "${DEVFSD_CONF_BINCACHE}"`
if [ "${CMD_BOOTSPLASH}" != "" ]
then
BOOTSPLASH=${CMD_BOOTSPLASH}
fi
if isTrue ${BOOTSPLASH}
then
BOOTSPLASH=1

Loading…
Cancel
Save