#!/bin/sh

#####################
## TTY INIT SCRIPT ##
#####################

## Released under the GNU General Public License (version 2 or above)

## Any lines in this file preceeded by a hash ('#') indicates a comment, and is not read by the interpreter.

#--------------------#
. /etc/profile
LOGFILE="$LOGDIR/shell.log"
. /tmp/exports
#--------------------#

softkillfbsplash -u
print
print "$FULLOS"
print "$OWNER"
print "$CONTRIBUTOR"
print
print "Released under the GNU General Public License (version 2 or above)"
print
print "Useful locations:"
print "$MOUNT: $SDCARD"
[ "$USBDISK" = "yes" ] || print "USB stick mount folder: $USBMOUNT"
print "$OSLNAME home folder: $HOME"
print
exec /bin/sh -i
