forked from pool/yast2-installation
f361cebf6d
second boot stage (bnc#886654, 884447) - Workaround of bug in plymouth --> using deactivate option in second boot stage in order to start ncurses yast correctly (bnc#886488) - 3.1.102 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=635
23 lines
838 B
Desktop File
23 lines
838 B
Desktop File
[Unit]
|
|
Description=YaST2 Second Stage
|
|
After=apparmor.service local-fs.target plymouth-start.service
|
|
Before=getty@tty1.service display-manager.service network.service NetworkManager.service SuSEfirewall2_init.service SuSEfirewall2.service
|
|
ConditionPathExists=/var/lib/YaST2/runme_at_boot
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux
|
|
# Workaround of bug in plymouth --> using deactivate option
|
|
# in second boot stage in order to start ncurses yast correctly
|
|
# (bnc#886488)
|
|
ExecStartPre=-/usr/bin/plymouth deactivate --hide-splash
|
|
ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
|
|
RemainAfterExit=yes
|
|
TimeoutSec=0
|
|
ExecStartPost=/usr/bin/rm -f /var/lib/YaST2/runme_at_boot
|
|
ExecStartPost=/usr/bin/systemctl restart systemd-vconsole-setup.service
|
|
StandardInput=tty
|
|
|
|
[Install]
|
|
WantedBy=default.target
|