forked from pool/cloud-init
- Add cloud-init-finalbeforelogin.patch (bsc#978048)
+ Ordering issue, avoid login prompt before cloud-init is finished OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=41
This commit is contained in:
parent
f611116d34
commit
b41e3c47b4
10
cloud-init-finalbeforelogin.patch
Normal file
10
cloud-init-finalbeforelogin.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- systemd/cloud-final.service.orig
|
||||||
|
+++ systemd/cloud-final.service
|
||||||
|
@@ -1,6 +1,7 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Execute cloud user/final scripts
|
||||||
|
After=network.target syslog.target cloud-config.service rc-local.service
|
||||||
|
+Before=systemd-logind.service
|
||||||
|
Requires=cloud-config.target
|
||||||
|
Wants=network.target
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 3 21:49:47 UTC 2016 - rjschwei@suse.com
|
||||||
|
|
||||||
|
- Add cloud-init-finalbeforelogin.patch (bsc#978048)
|
||||||
|
+ Ordering issue, avoid login prompt before cloud-init is finished
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 15 21:40:25 UTC 2016 - rjschwei@suse.com
|
Tue Mar 15 21:40:25 UTC 2016 - rjschwei@suse.com
|
||||||
|
|
||||||
|
@ -40,6 +40,7 @@ Patch10: cloud-init-no-user-lock-if-already-locked.patch
|
|||||||
Patch11: dataSourceOpenNebula.patch
|
Patch11: dataSourceOpenNebula.patch
|
||||||
Patch12: fix-default-systemd-unit-dir.patch
|
Patch12: fix-default-systemd-unit-dir.patch
|
||||||
Patch13: no_logic_change.patch
|
Patch13: no_logic_change.patch
|
||||||
|
Patch14: cloud-init-finalbeforelogin.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: filesystem
|
BuildRequires: filesystem
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
@ -139,6 +140,7 @@ Unit tests for the cloud-init tools
|
|||||||
%patch11 -p2
|
%patch11 -p2
|
||||||
%patch12
|
%patch12
|
||||||
%patch13
|
%patch13
|
||||||
|
%patch14
|
||||||
|
|
||||||
%if 0%{?suse_version} <= 1130
|
%if 0%{?suse_version} <= 1130
|
||||||
# disable ecdsa for SLE 11 (not available)
|
# disable ecdsa for SLE 11 (not available)
|
||||||
|
Loading…
Reference in New Issue
Block a user