mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Removed the foreground/background escape sequences that cause headaches
if you are using a com console or a non pc3 console.
This commit is contained in:
parent
6e1a887cf4
commit
d6b77d5024
1 changed files with 0 additions and 4 deletions
4
etc/rc
4
etc/rc
|
|
@ -6,8 +6,6 @@
|
|||
# and the console is the controlling terminal.
|
||||
|
||||
stty status '^T'
|
||||
# yellow characters with blue background
|
||||
echo -n "[3;30x"
|
||||
|
||||
# Set shell to ignore SIGINT (2), but not children;
|
||||
# shell catches SIGQUIT (3) and returns to single user after fsck.
|
||||
|
|
@ -169,6 +167,4 @@ sh /etc/rc.local
|
|||
|
||||
date
|
||||
|
||||
# reset to normal (no colors)
|
||||
echo -n "[0x"
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue