From: Rolf Leggewie Date: Thu, 14 Jan 2010 14:18:14 +0000 (+0100) Subject: conf/distro/minimal.conf: minimal should have a generic OE splash X-Git-Tag: Release-2010-05/1~898^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=736f5ea176d8b04c4a7fac79aad0f6c4c11f68a0;p=openembedded.git conf/distro/minimal.conf: minimal should have a generic OE splash --- diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index 2b4751da29..00c8dac81b 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -69,6 +69,7 @@ IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${LIBC}-${PREFERRED_PKG_FORMAT}-$ CACHE ?= "${TMPDIR}/cache/${LIBC}/${MACHINE}" DEPLOY_DIR ?= "${TMPDIR}/deploy/${LIBC}" DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}" +SPLASH ?= "psplash" # increase inode/block ratio for ext2 filesystem EXTRA_IMAGECMD_ext2 = "-i 8192"