This commit is contained in:
parent
6ca9ec7755
commit
812176f5a5
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=YaST2 Firstboot
|
Description=YaST2 Firstboot
|
||||||
After=apparmor.service local-fs.target YaST2-Second-Stage.service
|
After=apparmor.service local-fs.target YaST2-Second-Stage.service
|
||||||
Before=getty@tty1.service xdm.service
|
Before=getty@tty1.service xdm.service network.service NetworkManager.service
|
||||||
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=YaST2 Second Stage
|
Description=YaST2 Second Stage
|
||||||
After=apparmor.service local-fs.target
|
After=apparmor.service local-fs.target
|
||||||
Before=getty@tty1.service xdm.service
|
Before=getty@tty1.service xdm.service network.service NetworkManager.service
|
||||||
ConditionPathExists=/var/lib/YaST2/runme_at_boot
|
ConditionPathExists=/var/lib/YaST2/runme_at_boot
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4c1df9ff237741b5cb5ec87df35a81bc383f56b22117cf49b77365ff5e05e10d
|
|
||||||
size 284464
|
|
3
yast2-installation-2.21.28.tar.bz2
Normal file
3
yast2-installation-2.21.28.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4ab7b36f823412b940a00d008abb28d7a9fccb396691b65a3fef3063acd90bf7
|
||||||
|
size 284398
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 03 11:52:08 CET 2011 - aschnell@suse.de
|
||||||
|
|
||||||
|
- use same code to display ip addresses during vnc and ssh
|
||||||
|
installation (bnc#727802)
|
||||||
|
- 2.21.28
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 2 17:14:51 CET 2011 - fcrozat@suse.com
|
||||||
|
|
||||||
|
- Ensure network is not started by systemd before Firstboot /
|
||||||
|
SecondStage (bnc#726823)
|
||||||
|
- 2.21.27
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 31 09:18:46 CET 2011 - jsuchome@suse.cz
|
Mon Oct 31 09:18:46 CET 2011 - jsuchome@suse.cz
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.21.26
|
Version: 2.21.28
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user