# GPE Login Config

AUTOLOGIN="false"

if [ "$AUTOLOGIN" = "true" ]; then
  USER="root"
  HOME=`grep ^${USER}: /etc/passwd |cut -d: -f6`
fi
