diff --git a/YaST2-Firstboot.service b/YaST2-Firstboot.service index 8ac25c3..792c01e 100644 --- a/YaST2-Firstboot.service +++ b/YaST2-Firstboot.service @@ -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] diff --git a/YaST2-Second-Stage.service b/YaST2-Second-Stage.service index 7bdce64..7eaa084 100644 --- a/YaST2-Second-Stage.service +++ b/YaST2-Second-Stage.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] diff --git a/yast2-installation-3.1.161.tar.bz2 b/yast2-installation-3.1.161.tar.bz2 deleted file mode 100644 index be0a45f..0000000 --- a/yast2-installation-3.1.161.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae42d36dff8c3532a5113ec10353678e2e373253af1e9abc7c11fe5c028d0e78 -size 396221 diff --git a/yast2-installation-3.1.162.tar.bz2 b/yast2-installation-3.1.162.tar.bz2 new file mode 100644 index 0000000..397ae49 --- /dev/null +++ b/yast2-installation-3.1.162.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e37d34a82b490f3cd96387225745d3184e65a0a310e0b6ce4b30bd6bc3248b +size 396700 diff --git a/yast2-installation.changes b/yast2-installation.changes index d341044..ed63967 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -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 diff --git a/yast2-installation.spec b/yast2-installation.spec index d8443f0..db4dfb7 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.161 +Version: 3.1.162 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build