- Ensure second stage and YaST-Firstboot don't get killed by
getty when running over 2nd or 3rd serial console (bsc#935965) - 3.1.164 - Do not crash in proposal client if zfcp proposal reports itself as unavailable (bnc#956745) OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=745
This commit is contained in:
parent
bf84a2936f
commit
2ac35b161f
@ -1,7 +1,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=YaST2 Firstboot
|
Description=YaST2 Firstboot
|
||||||
After=apparmor.service local-fs.target YaST2-Second-Stage.service plymouth-start.service
|
After=apparmor.service local-fs.target YaST2-Second-Stage.service plymouth-start.service
|
||||||
Before=getty@tty1.service serial-getty@ttyS0.service display-manager.service network.service NetworkManager.service
|
Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service
|
||||||
|
Before=display-manager.service network.service NetworkManager.service
|
||||||
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -3,7 +3,8 @@ Description=YaST2 Second Stage
|
|||||||
# If xinetd is enabled, make sure it's already running so we can stop it during
|
# If xinetd is enabled, make sure it's already running so we can stop it during
|
||||||
# initialization of the VNC server
|
# initialization of the VNC server
|
||||||
After=apparmor.service local-fs.target plymouth-start.service
|
After=apparmor.service local-fs.target plymouth-start.service
|
||||||
Before=getty@tty1.service serial-getty@ttyS0.service display-manager.service network.service NetworkManager.service SuSEfirewall2_init.service SuSEfirewall2.service
|
Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service
|
||||||
|
Before=display-manager.service network.service NetworkManager.service SuSEfirewall2_init.service SuSEfirewall2.service
|
||||||
ConditionPathExists=/var/lib/YaST2/runme_at_boot
|
ConditionPathExists=/var/lib/YaST2/runme_at_boot
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:10cf2aec9ca09e95948370c4c9bbcd7a24f3db61085b6ed32e182be919cea09c
|
|
||||||
size 396166
|
|
3
yast2-installation-3.1.164.tar.bz2
Normal file
3
yast2-installation-3.1.164.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ab9017d4598cc0e2c2101c46ada443aeff6f80489226d55e09a64a1831e1248b
|
||||||
|
size 396594
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 2 13:55:07 UTC 2015 - mvidner@suse.com
|
||||||
|
|
||||||
|
- Ensure second stage and YaST-Firstboot don't get killed by
|
||||||
|
getty when running over 2nd or 3rd serial console (bsc#935965)
|
||||||
|
- 3.1.164
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 26 09:09:59 UTC 2015 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- Do not crash in proposal client if zfcp proposal reports itself
|
||||||
|
as unavailable (bnc#956745)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 25 13:15:19 UTC 2015 - lslezak@suse.cz
|
Wed Nov 25 13:15:19 UTC 2015 - lslezak@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 3.1.163
|
Version: 3.1.164
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user