From a5e309cc3505c419a7f3274ca1a72210c788edb7 Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Tue, 11 Aug 2015 15:50:09 +0200 Subject: [PATCH] ignore failed plymouth --- package/YaST2-Second-Stage.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/YaST2-Second-Stage.service b/package/YaST2-Second-Stage.service index 2d5bcf1f3..88ee50a91 100644 --- a/package/YaST2-Second-Stage.service +++ b/package/YaST2-Second-Stage.service @@ -20,7 +20,7 @@ Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux PX_MODULE_PATH="" # If the system starts in multi-user mode plymouth will be quit while # installation in order to ensure that installation will be finished on # console 1 and the login prompt. (bnc#903682,889757,897956) -ExecStartPre=/bin/sh -c 'if [ -x /usr/bin/plymouth ] ; then if [ `/usr/bin/systemctl get-default` = "multi-user.target" ];then /usr/bin/plymouth quit; else /usr/bin/plymouth deactivate --hide-splash; fi; fi' +ExecStartPre=-/bin/sh -c 'if [ -x /usr/bin/plymouth ] ; then if [ `/usr/bin/systemctl get-default` = "multi-user.target" ];then /usr/bin/plymouth quit; else /usr/bin/plymouth deactivate --hide-splash; fi; fi' ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage RemainAfterExit=yes TimeoutSec=0