# GPE Login Config

AUTOLOGIN="true"

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