/etc/update &
/bin/rm -f /etc/mtab~  /etc/utmp
>/etc/utmp;/bin/chmod 444 /etc/utmp
/bin/cp /etc/smtab /etc/mtab
/etc/mount -a
/etc/swapon -a
/etc/ctrlaltdel soft
/etc/hostname localhost
/bin/rm -f /tmp/.X0-lock
#/bin/stty 9600 cs8 ixon </dev/ttys1
/bin/clock -s
/etc/setterm -store -term console \
	-foreground black \
	-background white > /dev/tty1
/etc/setterm -blank 10 -store -term console \
	-clear all -foreground black \
	-background white > /dev/tty2
/etc/setterm -blank 10 -store -term console \
	-clear all -foreground black \
	-background white > /dev/tty3
echo " rc complete"
 if [ -f /etc/rc.inet ]
  then
	echo -n "Loading Network"
	/etc/rc.inet
 fi
/bin/rm -f /etc/nologin

