forked from pool/yast2-installation
- Ensure second stage and YaST-Firstboot don't get killed by
getty when running over serial console (bsc#935965) - 3.1.162 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=743
This commit is contained in:
parent
0f4510d8fa
commit
594e5f1e3a
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=YaST2 Firstboot
|
||||
After=apparmor.service local-fs.target YaST2-Second-Stage.service plymouth-start.service
|
||||
Before=getty@tty1.service display-manager.service network.service NetworkManager.service
|
||||
Before=getty@tty1.service serial-getty@ttyS0.service display-manager.service network.service NetworkManager.service
|
||||
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
||||
|
||||
[Service]
|
||||
|
@ -3,7 +3,7 @@ Description=YaST2 Second Stage
|
||||
# If xinetd is enabled, make sure it's already running so we can stop it during
|
||||
# initialization of the VNC server
|
||||
After=apparmor.service local-fs.target plymouth-start.service
|
||||
Before=getty@tty1.service display-manager.service network.service NetworkManager.service SuSEfirewall2_init.service SuSEfirewall2.service
|
||||
Before=getty@tty1.service serial-getty@ttyS0.service display-manager.service network.service NetworkManager.service SuSEfirewall2_init.service SuSEfirewall2.service
|
||||
ConditionPathExists=/var/lib/YaST2/runme_at_boot
|
||||
|
||||
[Service]
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae42d36dff8c3532a5113ec10353678e2e373253af1e9abc7c11fe5c028d0e78
|
||||
size 396221
|
3
yast2-installation-3.1.162.tar.bz2
Normal file
3
yast2-installation-3.1.162.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1e37d34a82b490f3cd96387225745d3184e65a0a310e0b6ce4b30bd6bc3248b
|
||||
size 396700
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 6 11:59:26 UTC 2015 - ancor@suse.com
|
||||
|
||||
- Ensure second stage and YaST-Firstboot don't get killed by
|
||||
getty when running over serial console (bsc#935965)
|
||||
- 3.1.162
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 13:32:36 UTC 2015 - ancor@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 3.1.161
|
||||
Version: 3.1.162
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user