mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
10 lines
186 B
Text
10 lines
186 B
Text
# $Id$
|
|
#
|
|
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin
|
|
echo 'erase ^H, kill ^U, intr ^C'
|
|
stty crt erase ^H kill ^U intr ^C
|
|
export PATH
|
|
HOME=/root
|
|
export HOME
|
|
TERM=cons25
|
|
export TERM
|