From 0f4510d8fa153620bf89880ab1e695df1fea62aa6f4c585b3c64ee06a41aece8 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 22 Oct 2015 11:20:41 +0000 Subject: [PATCH 1/2] Updated to git ref 574361b OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=742 --- yast2-installation-3.1.161.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yast2-installation-3.1.161.tar.bz2 b/yast2-installation-3.1.161.tar.bz2 index 329d6b9..be0a45f 100644 --- a/yast2-installation-3.1.161.tar.bz2 +++ b/yast2-installation-3.1.161.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cdb2fa367d6aa797eb370ecaa86a0115b44affbac983a544410625f360ee30d4 -size 396039 +oid sha256:ae42d36dff8c3532a5113ec10353678e2e373253af1e9abc7c11fe5c028d0e78 +size 396221 From 594e5f1e3a5eb1d476d8ef81ff1feb4a3c20cf22c2a6adb4e94ae1b7d8aeb4a0 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 6 Nov 2015 14:42:59 +0000 Subject: [PATCH 2/2] - 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 --- YaST2-Firstboot.service | 2 +- YaST2-Second-Stage.service | 2 +- yast2-installation-3.1.161.tar.bz2 | 3 --- yast2-installation-3.1.162.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 6 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 yast2-installation-3.1.161.tar.bz2 create mode 100644 yast2-installation-3.1.162.tar.bz2 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