diff --git a/YaST2-Second-Stage.service b/YaST2-Second-Stage.service index 3eda3f7..ac09606 100644 --- a/YaST2-Second-Stage.service +++ b/YaST2-Second-Stage.service @@ -25,6 +25,9 @@ ExecStartPre=-/bin/sh -c 'if [ -x /usr/bin/plymouth ] ; then if [ `/usr/bin/syst ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage RemainAfterExit=yes TimeoutSec=0 +# Initialize tty1 in order to remove old YaST output and to show the cursor +# again (bnc#1018037) +ExecStartPost=/bin/sh -c '/usr/bin/printf "\033c" > /dev/tty1' ExecStartPost=/usr/bin/rm -f /var/lib/YaST2/runme_at_boot ExecStartPost=/usr/bin/systemctl restart systemd-vconsole-setup.service StandardInput=tty diff --git a/yast2-installation-3.2.12.tar.bz2 b/yast2-installation-3.2.12.tar.bz2 deleted file mode 100644 index c893864..0000000 --- a/yast2-installation-3.2.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9c5a6fb588c4ec0c3504fd90acfa3e05614bc8b3b69301e5351da0b3283cb00 -size 431781 diff --git a/yast2-installation-3.2.13.tar.bz2 b/yast2-installation-3.2.13.tar.bz2 new file mode 100644 index 0000000..83184e0 --- /dev/null +++ b/yast2-installation-3.2.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8b2251b284b0ccfd199a26d347d7dbd2844595641a66b27cb52cf7ac060fe6 +size 431844 diff --git a/yast2-installation.changes b/yast2-installation.changes index 92c8f3e..6c03ce0 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 5 13:16:08 CET 2017 - schubi@suse.de + +- AutoYaST after second stage: Initialize tty1 in order to remove + old YaST output and to show the cursor again. + (bnc#1018037) +- 3.2.13 + ------------------------------------------------------------------- Wed Dec 14 15:47:02 UTC 2016 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 88a7823..312c86d 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,7 +1,7 @@ # # spec file for package yast2-installation # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.12 +Version: 3.2.13 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build