# Set UTF-8 mode if needed
[ -f /var/lib/UTF-8 ] && echo -ne "\033%G"

# Set up the console if console-setup is installed
if type setupcon >/dev/null 2>&1 && [ -f /etc/default/console-setup ]; then
	setupcon || true
fi
