Merge pull request #506 from fewtarius/dev
Clear the console display before loading weston/es.
This commit is contained in:
commit
faf1e2cfa8
1 changed files with 1 additions and 1 deletions
|
@ -1192,7 +1192,7 @@ if [ -f "./platform_init" ]; then
|
|||
fi
|
||||
|
||||
# clear screen and hide cursor
|
||||
clear
|
||||
clear >/dev/console
|
||||
hidecursor
|
||||
|
||||
create_output_pipe
|
||||
|
|
Loading…
Reference in a new issue