forked from pool/yast2-installation
Accepting request 149510 from YaST:Head
OBS-URL: https://build.opensuse.org/request/show/149510 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=249
This commit is contained in:
commit
6412692047
@ -1,15 +1,12 @@
|
|||||||
[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 xdm.service network.service NetworkManager.service SuSEfirewall2_init.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
|
||||||
# firewall will be started by YaST Second Stage
|
|
||||||
# ensure current queue doesn't block YaST starting it
|
|
||||||
ExecStartPre=-/bin/systemctl stop SuSEfirewall2.service
|
|
||||||
ExecStartPre=-/usr/bin/plymouth --hide-splash
|
ExecStartPre=-/usr/bin/plymouth --hide-splash
|
||||||
ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
|
ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
3
yast2-installation-2.23.10.tar.bz2
Normal file
3
yast2-installation-2.23.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca5c15dc6b71ca5b80ac0d052440ce08d148d4c3b76d8ace63792ec514631984
|
||||||
|
size 288322
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c96dc70f16e2be059c3e1fdaa28b9f2dfedfb81031e405b4cadb47b7763b9e29
|
|
||||||
size 290256
|
|
@ -1,7 +1,9 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 16 10:20:11 UTC 2013 - coolo@suse.com
|
Sun Jan 20 15:27:33 UTC 2013 - lslezak@suse.cz
|
||||||
|
|
||||||
- add hotfix to be reverted
|
- start the add-on module also when "addon" boot parameter is
|
||||||
|
present (fate#314318)
|
||||||
|
- 2.23.10
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 14 13:45:23 UTC 2013 - locilka@suse.com
|
Mon Jan 14 13:45:23 UTC 2013 - locilka@suse.com
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.23.9
|
Version: 2.23.10
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user