forked from pool/yast2-installation
Accepting request 956716 from YaST:Head
submit new version 4.4.44 OBS-URL: https://build.opensuse.org/request/show/956716 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=496
This commit is contained in:
commit
0785033464
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d536b7a9eda98b64e5545223c2c59ce51eca4977e294c14839860a17891d60c
|
||||
size 1481472
|
3
yast2-installation-4.4.44.tar.bz2
Normal file
3
yast2-installation-4.4.44.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:485bf4a3d9096fd9229d039b3076d9563a95d4a4f3f66e916354d095459f8f63
|
||||
size 1481582
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 13:06:51 UTC 2022 - Ladislav Slezák <lslezak@suse.cz>
|
||||
|
||||
- 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 <kanderssen@suse.com>
|
||||
|
||||
- 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 <igonzalezsosa@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user