diff --git a/YaST2-Second-Stage.service b/YaST2-Second-Stage.service index b7e584d..4c10298 100644 --- a/YaST2-Second-Stage.service +++ b/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] @@ -15,6 +13,7 @@ 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 @@ -22,6 +21,7 @@ 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 diff --git a/yast2-installation-4.4.42.tar.bz2 b/yast2-installation-4.4.42.tar.bz2 deleted file mode 100644 index 1575a4e..0000000 --- a/yast2-installation-4.4.42.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d536b7a9eda98b64e5545223c2c59ce51eca4977e294c14839860a17891d60c -size 1481472 diff --git a/yast2-installation-4.4.44.tar.bz2 b/yast2-installation-4.4.44.tar.bz2 new file mode 100644 index 0000000..8e46667 --- /dev/null +++ b/yast2-installation-4.4.44.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485bf4a3d9096fd9229d039b3076d9563a95d4a4f3f66e916354d095459f8f63 +size 1481582 diff --git a/yast2-installation.changes b/yast2-installation.changes index e262de7..c1f3bf6 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Feb 22 13:06:51 UTC 2022 - Ladislav Slezák + +- Use the default UI theme in SSH installation, the + "installation_slim" theme does not exist anymore (bsc#1196287) +- memsample-archive-to-csv - handle "ps" errors in the data file +- 4.4.44 + +------------------------------------------------------------------- +Mon Feb 21 14:59:55 UTC 2022 - Knut Anderssen + +- Modified Second Stage service dependencies fixing a root login + systemd timeout when installing with ssh (bsc#1195059) +- 4.4.43 + ------------------------------------------------------------------- Sun Feb 20 09:35:26 UTC 2022 - Imobach Gonzalez Sosa diff --git a/yast2-installation.spec b/yast2-installation.spec index ca015b5..f90607b 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.4.42 +Version: 4.4.44 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only