12
0

- Disable display of status messages on the console (bsc#1099505).

- 4.1.8

- Don not print errors if plymouth is not installed (bsc#1101879)

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=970
This commit is contained in:
YaST Team Bot
2018-08-02 14:15:24 +00:00
committed by Git OBS Bridge
parent 73ea56ebfb
commit 5bca9b02ff
5 changed files with 16 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ OnFailure=shutdown.target
[Service]
Type=oneshot
Environment=TERM=linux
ExecStartPre=-/usr/bin/plymouth quit
ExecStartPre=/bin/sh -c "/usr/bin/plymouth quit 2>/dev/null || :"
ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot
ExecStartPost=/usr/bin/rm -f /var/lib/YaST2/reconfig_system
ExecStartPost=/usr/bin/systemctl restart systemd-vconsole-setup.service