diff --git a/YaST2-Firstboot.service b/YaST2-Firstboot.service index ef6e688..8ac25c3 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 xdm.service network.service NetworkManager.service +Before=getty@tty1.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 7d56e0f..f0ca11d 100644 --- a/YaST2-Second-Stage.service +++ b/YaST2-Second-Stage.service @@ -1,13 +1,16 @@ [Unit] Description=YaST2 Second Stage After=apparmor.service local-fs.target plymouth-start.service -Before=getty@tty1.service xdm.service network.service NetworkManager.service SuSEfirewall2_init.service SuSEfirewall2.service +Before=getty@tty1.service display-manager.service network.service NetworkManager.service SuSEfirewall2_init.service SuSEfirewall2.service ConditionPathExists=/var/lib/YaST2/runme_at_boot [Service] Type=oneshot Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux -ExecStartPre=-/usr/bin/plymouth --hide-splash +# Workaround of bug in plymouth --> using deactivate option +# in second boot stage in order to start ncurses yast correctly +# (bnc#886488) +ExecStartPre=-/usr/bin/plymouth deactivate --hide-splash ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage RemainAfterExit=yes TimeoutSec=0 diff --git a/yast2-installation-3.1.101.tar.bz2 b/yast2-installation-3.1.101.tar.bz2 deleted file mode 100644 index 661a7e5..0000000 --- a/yast2-installation-3.1.101.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6de93381d51f8755a6dd73a2ecdaa0a03cecba0a614482b271cb630e03b51898 -size 1210238 diff --git a/yast2-installation-3.1.102.tar.bz2 b/yast2-installation-3.1.102.tar.bz2 new file mode 100644 index 0000000..da59f1b --- /dev/null +++ b/yast2-installation-3.1.102.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07fbcea3b39df56fe42d809dd6b66b79dac86637e6b2666da4cdb8a6700fc2d4 +size 1210204 diff --git a/yast2-installation.changes b/yast2-installation.changes index 0cafdba..7c7af11 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jul 21 12:10:43 CEST 2014 - schubi@suse.de + +- taking display-manager.service instead of xdm.service in the + second boot stage (bnc#886654, 884447) +- Workaround of bug in plymouth --> using deactivate option + in second boot stage in order to start ncurses yast correctly + (bnc#886488) +- 3.1.102 + ------------------------------------------------------------------- Wed Jul 16 09:15:10 UTC 2014 - jsrain@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 8615e80..69b9bf4 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.101 +Version: 3.1.102 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build