From 5d2278afdcc0443da75a5c423946d17051cbdf23 Mon Sep 17 00:00:00 2001 From: Peter Vicman Date: Sat, 2 Apr 2016 17:49:51 +0200 Subject: [PATCH] projects/imx6: enable cursor in serial console service hidden with PR #44 --- .../filesystem/usr/lib/systemd/system/serial-console.service | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/imx6/filesystem/usr/lib/systemd/system/serial-console.service b/projects/imx6/filesystem/usr/lib/systemd/system/serial-console.service index 9e0ca3617a..5043743699 100644 --- a/projects/imx6/filesystem/usr/lib/systemd/system/serial-console.service +++ b/projects/imx6/filesystem/usr/lib/systemd/system/serial-console.service @@ -6,6 +6,7 @@ ConditionKernelCommandLine=console=ttymxc0,115200 [Service] WorkingDirectory=/storage Environment="ENV=/etc/profile" +ExecStartPre=/bin/sh -c 'echo -en "\033[?25h"' ExecStart=/bin/sh Restart=always RestartSec=0