/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 your.ip.name.here
/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
echo " rc complete"
#/etc/rc.inet
/bin/rm -f /etc/nologin

