File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 149
149
150
150
# Initialize terminal
151
151
LC_ALL="en_US.UTF-8"
152
- TERM="screen-256color "
152
+ TERM="linux "
153
153
TERMINFO="$GRLBASE/share/terminfo"
154
154
DIALOGRC="$GRLBASE/etc/dialogrc"
155
155
: ${GSUDO:="yes"} # To skip invoking su again while being called by gsudo
Original file line number Diff line number Diff line change 1
1
#! /gearlock/bin/bash
2
2
3
3
# Define vars
4
- export TERM=" screen-256color " \
4
+ export TERM=" linux " \
5
5
LC_ALL=" en_US.UTF-8" \
6
6
DIALOGRC=" /gearlock/etc/dialogrc" \
7
7
PATH=" /gearlock/bin:/sbin:/bin:/system/bin:/system/xbin:/system/vendor/bin" ;
Original file line number Diff line number Diff line change 1
1
on post-fs
2
- export TERM screen-256color
2
+ export TERM linux
3
3
export TERMINFO /gearlock/share/terminfo
4
4
export PATH /sbin:/bin:/system/bin:/system/xbin:/system/vendor/bin:/gearlock/bin:ghome_dir:/apex/com.android.runtime/bin:/apex/com.android.art/bin
5
5
exec - root root -- /gearlock/bin/bash /gearlock/bin/gearboot s1
You can’t perform that action at this time.
0 commit comments