forked from pool/yast2-installation
Accepting request 242222 from YaST:Head
submit new version 3.1.105 OBS-URL: https://build.opensuse.org/request/show/242222 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=306
This commit is contained in:
commit
55f453004a
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=YaST2 Firstboot
|
Description=YaST2 Firstboot
|
||||||
After=apparmor.service local-fs.target YaST2-Second-Stage.service plymouth-start.service
|
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
|
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -1,13 +1,16 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=YaST2 Second Stage
|
Description=YaST2 Second Stage
|
||||||
After=apparmor.service local-fs.target plymouth-start.service
|
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
|
ConditionPathExists=/var/lib/YaST2/runme_at_boot
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux
|
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
|
ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
TimeoutSec=0
|
TimeoutSec=0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6de93381d51f8755a6dd73a2ecdaa0a03cecba0a614482b271cb630e03b51898
|
|
||||||
size 1210238
|
|
3
yast2-installation-3.1.105.tar.bz2
Normal file
3
yast2-installation-3.1.105.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7f398a4ed00349fffa3b51746066d5484f0929c9b4cf3336134e59bfac46d304
|
||||||
|
size 1209802
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 24 14:42:59 UTC 2014 - lslezak@suse.cz
|
||||||
|
|
||||||
|
- do not repeat release notes downloading on network time out
|
||||||
|
(bnc#885486)
|
||||||
|
- 3.1.105
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 24 11:52:43 CEST 2014 - aschnell@suse.de
|
||||||
|
|
||||||
|
- do not log sensitive information in y2start.log (bnc#888645)
|
||||||
|
- 3.1.104
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 22 08:13:41 CEST 2014 - snwint@suse.de
|
||||||
|
|
||||||
|
- linuxrc already provides proxy settings in URL form - so use it
|
||||||
|
- 3.1.103
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Wed Jul 16 09:15:10 UTC 2014 - jsrain@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 3.1.101
|
Version: 3.1.105
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user