diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-14 19:18:02 +0100 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-14 19:20:10 +0100 |
commit | 7ae59ed4b932981008c5c5d3afd5af374f389a99 (patch) | |
tree | f66cffd6dd1dd2d8a02bea219e51081cc8762c3f | |
parent | 5afc7e0e86f9a4cae9d2b77c7a059f7da8839479 (diff) |
conf/distro/minimal.conf: don't set SPLASH for headless machines
-rw-r--r-- | conf/distro/minimal.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index 00c8dac81b..8e0ae2eb34 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -69,7 +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" +SPLASH ?= "${@base_contains("MACHINE_FEATURES", "screen", "psplash", "",d)}" # increase inode/block ratio for ext2 filesystem EXTRA_IMAGECMD_ext2 = "-i 8192" |