MT#4697 Fixed 'green head logo' for debugmode boot option

ksolomko/vlan
Alexander Lutay 12 years ago
parent 2e51f25d26
commit 58cb063bec

@ -661,7 +661,7 @@ start_seconds=$(cut -d . -f 1 /proc/uptime)
if "$LOGO" ; then
# reset terminal, see MT#4697
if checkBootParam debugmode ; then
reset >/dev/console 2>&1 </dev/console
clear
else
reset
fi

Loading…
Cancel
Save