mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #1606 from vpeter4/imx6_console_8
projects/imx6: init terminal with reset command in console service […
This commit is contained in:
commit
b60a6e2d92
@ -6,7 +6,7 @@ ConditionKernelCommandLine=console=ttymxc0,115200
|
|||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/storage
|
WorkingDirectory=/storage
|
||||||
Environment="ENV=/etc/profile"
|
Environment="ENV=/etc/profile"
|
||||||
ExecStartPre=/bin/sh -c 'echo -en "\033[?25h"'
|
ExecStartPre=/bin/reset
|
||||||
ExecStart=/bin/sh
|
ExecStart=/bin/sh
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=0
|
RestartSec=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user