Skip to content

Commit

Permalink
Merge 1a9b2c6 into 225537f
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Feb 21, 2022
2 parents 225537f + 1a9b2c6 commit db337a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package/YaST2-Second-Stage.service
@@ -1,10 +1,8 @@
[Unit]
Description=YaST2 Second Stage
After=apparmor.service local-fs.target plymouth-start.service
After=apparmor.service local-fs.target plymouth-start.service systemd-user-sessions.service
Conflicts=plymouth-start.service
Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service
Before=serial-getty@hvc0.service serial-getty@ttyAMA0.service
Before=display-manager.service
Before=getty-pre.target display-manager.service
ConditionPathExists=/var/lib/YaST2/runme_at_boot

[Service]
Expand All @@ -15,13 +13,15 @@ Type=oneshot
# and envvar extensions are still loaded, /etc/sysconfig/proxy values are still
# used correctly (see bnc#866692 and bnc#866692 for details).
Environment=TERM=linux PX_MODULE_PATH=""
ExecStartPre=-/usr/bin/touch /run/nologin
ExecStartPre=-/usr/bin/plymouth quit
ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
RemainAfterExit=yes
TimeoutSec=0
# Initialize tty1 in order to remove old YaST output and to show the cursor
# again (bnc#1018037)
ExecStartPost=/bin/sh -c '/usr/bin/printf "\033c" > /dev/tty1'
ExecStartPost=/usr/bin/rm -f /run/nologin
ExecStartPost=/usr/bin/rm -f /var/lib/YaST2/runme_at_boot
ExecStartPost=/usr/bin/systemctl restart systemd-vconsole-setup.service
StandardInput=tty
Expand Down
7 changes: 7 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 21 14:59:55 UTC 2022 - Knut Anderssen <kanderssen@suse.com>

- Modified Second Stage service dependencies fixing a root login
systemd timeout when installing with ssh (bsc#1195059)
- 4.3.46

-------------------------------------------------------------------
Fri Feb 18 06:38:05 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-installation.spec
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-installation
Version: 4.3.45
Version: 4.3.46
Release: 0
Group: System/YaST
License: GPL-2.0-only
Expand Down

0 comments on commit db337a0

Please sign in to comment.