* on some targets HOME is set to '/' before /etc/profile gets sourced
* Haven't found yet, why it's set '/' in first place, but will apply
this workaround proposed by Joachim Ott for now.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
if [ "$DISPLAY" = "" ] ; then
export DISPLAY=localhost:0
fi
-if [ "$HOME" = "" ] ; then
+if [ "$HOME" = "" -o "$HOME" = "/" ] ; then
export HOME=/home/root
fi
export HISTFILESIZE=1000
DESCRIPTION = "Miscellaneous files for the base system."
SECTION = "base"
PRIORITY = "required"
-PR = "r93"
+PR = "r94"
LICENSE = "GPL"
SRC_URI = " \