# GPE Login Config

AUTOLOGIN="false"

if [ "$AUTOLOGIN" = "true" ]; then
  USER="root"
  HOME="/root"
fi
