home *** CD-ROM | disk | FTP | other *** search
- ############################################################################
- # Copyright (C) 2006 by Patrick J. Verner #
- # exodusrobot@yahoo.com #
- # #
- # This program is free software; you can redistribute it and/or modify #
- # it under the terms of the GNU General Public License as published by #
- # the Free Software Foundation; either version 2 of the License, or #
- # (at your option) any later version. #
- ############################################################################
-
- if [ -f /etc/profile.d/tinker-term.sh ]; then
- source /etc/profile.d/tinker-term.sh
- fi
-
- export PS1='\u@\h:\w\$ '
-
- tty | grep tty1 && cp /bin/busybox /dev && ln -s /dev/busybox /dev/reboot && sleep 1 && lang && keymap && vidcard2 && depth && xres && startx
-