- Disable display of status messages on the console (bsc#1099505).
- 4.1.8 - Don not print errors if plymouth is not installed (bsc#1101879) OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=970
This commit is contained in:
parent
73ea56ebfb
commit
5bca9b02ff
@ -10,7 +10,7 @@ OnFailure=shutdown.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
Environment=TERM=linux
|
Environment=TERM=linux
|
||||||
ExecStartPre=-/usr/bin/plymouth quit
|
ExecStartPre=/bin/sh -c "/usr/bin/plymouth quit 2>/dev/null || :"
|
||||||
ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot
|
ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot
|
||||||
ExecStartPost=/usr/bin/rm -f /var/lib/YaST2/reconfig_system
|
ExecStartPost=/usr/bin/rm -f /var/lib/YaST2/reconfig_system
|
||||||
ExecStartPost=/usr/bin/systemctl restart systemd-vconsole-setup.service
|
ExecStartPost=/usr/bin/systemctl restart systemd-vconsole-setup.service
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:67b9602a76f2aff90169dee0663e297e3205a881ca84a283c936d857fdfd38b8
|
|
||||||
size 456316
|
|
3
yast2-installation-4.1.8.tar.bz2
Normal file
3
yast2-installation-4.1.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6e34d08a477609c02c038f446cec3cff3ee6ae44725cc33bb3c04570c3007ded
|
||||||
|
size 456927
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 2 09:05:07 UTC 2018 - schubi@suse.de
|
||||||
|
|
||||||
|
- Disable display of status messages on the console (bsc#1099505).
|
||||||
|
- 4.1.8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 2 08:05:07 UTC 2018 - knut.anderssen@suse.com
|
||||||
|
|
||||||
|
- Don not print errors if plymouth is not installed (bsc#1101879)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 26 15:45:03 UTC 2018 - knut.anderssen@suse.com
|
Thu Jul 26 15:45:03 UTC 2018 - knut.anderssen@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 4.1.7
|
Version: 4.1.8
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user