- Update YaST2-Firstboot.service: Depreciate plymouth --wait, add
conflict to plymouth start service. - Update YaST2-Second-Stage.service: Depreciate plymouth deactivate command and add conflict to plymouth start service. For that will block TTY device activation(bsc#1042554). - 4.0.23 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=926
This commit is contained in:
committed by
Git OBS Bridge
parent
46f9fc0c9b
commit
b552dbe916
@@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=YaST2 Firstboot
|
||||
After=apparmor.service local-fs.target plymouth-start.service YaST2-Second-Stage.service
|
||||
Conflicts=plymouth-start.service
|
||||
Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service
|
||||
Before=display-manager.service
|
||||
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
||||
@@ -9,7 +10,6 @@ ConditionPathExists=/var/lib/YaST2/reconfig_system
|
||||
Type=oneshot
|
||||
Environment=TERM=linux
|
||||
ExecStartPre=-/usr/bin/plymouth quit
|
||||
ExecStartPre=-/usr/bin/plymouth --wait
|
||||
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
|
||||
|
Reference in New Issue
Block a user