#!/usr/local/bin/bash
NOAUTOLOGIN=/etc/sysconfig/noautologin
if [ -f "$NOAUTOLOGIN" ]; then
	if [ -s "$NOAUTOLOGIN" ]; then
		> "$NOAUTOLOGIN"
		exit
	fi
else
	if [ ! -f /etc/sysconfig/superuser ]; then 
		clear
		TCUSER="$(cat /etc/sysconfig/tcuser)"
		exec /bin/login -f "$TCUSER"
	fi
fi
#insmod /lib/modules/3.8.13-tinycore/kernel/drivers/mfd/k10temp.ko
/root/apu2_test_sequence_wnc.sh
#. /root/takemehome.sh

