forked from pool/yast2-installation
2,9d1
< Mon Jan 7 13:06:32 CET 2013 - jsuchome@suse.cz < < - set new keyboard layout right after selecting (bnc#796589) < - added SYSTEMCTL_OPTIONS to Firstboot/Second Stage services < (bnc#791076) < - 2.23.7 < < ------------------------------------------------------------------- OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=212
This commit is contained in:
parent
37fcb97761
commit
e6c7e57213
@ -6,7 +6,7 @@ ConditionPathExists=/var/lib/YaST2/reconfig_system
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
Environment=SYSTEMD_NO_WRAP=1 TERM=linux
|
||||
Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux
|
||||
ExecStartPre=-/usr/bin/plymouth --hide-splash
|
||||
ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot
|
||||
ExecStartPost=/bin/rm -f /var/lib/YaST2/reconfig_system
|
||||
|
@ -6,7 +6,7 @@ ConditionPathExists=/var/lib/YaST2/runme_at_boot
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
Environment=SYSTEMD_NO_WRAP=1 TERM=linux
|
||||
Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux
|
||||
ExecStartPre=-/usr/bin/plymouth --hide-splash
|
||||
ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
|
||||
RemainAfterExit=yes
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:061e3c4d5918e2a4dfda5d13ebeba3ab30795fe70ef6acde9c74770bb0e98325
|
||||
size 315505
|
3
yast2-installation-2.23.7.tar.bz2
Normal file
3
yast2-installation-2.23.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:732fc161b07d8ab96e18a8b5560455ceb50f33cbe854c68f6a8cff41a5338b33
|
||||
size 292181
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 13:06:32 CET 2013 - jsuchome@suse.cz
|
||||
|
||||
- set new keyboard layout right after selecting (bnc#796589)
|
||||
- added SYSTEMCTL_OPTIONS to Firstboot/Second Stage services
|
||||
(bnc#791076)
|
||||
- 2.23.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 08:23:47 CET 2012 - jsuchome@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yast2-installation
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products 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: 2.23.6
|
||||
Version: 2.23.7
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user