From 18262b0ad15aeef537a55019e059483ae0dba426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Thu, 3 Dec 2020 12:13:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B8=D0=BD=D1=83=D0=B4=D0=B8?= =?UTF-8?q?=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D0=B7=D0=B0=D0=BF?= =?UTF-8?q?=D1=83=D1=81=D0=BA=20plymouth=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7?= =?UTF-8?q?=20openrc=20=D0=BD=D0=B0=20tty1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plymouth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plymouth.c b/plymouth.c index 017606d..f9b6609 100644 --- a/plymouth.c +++ b/plymouth.c @@ -132,7 +132,7 @@ bool ply_start(int mode) } #define PLYD "/sbin/plymouthd --attach-to-session --pid-file=" PID_FILE \ - " --mode=" + " --tty=/dev/tty1 --mode=" if(mode == PLY_MODE_BOOT) rv = command(PLYD "boot"); else if(mode == PLY_MODE_SHUTDOWN)