forked from pool/cloud-init
Robert Schweikert
6c4efe240a
+ Removed pre-maturely, still needs 1 part of the patch OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=120
14 lines
584 B
Diff
14 lines
584 B
Diff
Index: cloud-init-18.2/systemd/cloud-init-generator
|
|
===================================================================
|
|
--- cloud-init-18.2.orig/systemd/cloud-init-generator
|
|
+++ cloud-init-18.2/systemd/cloud-init-generator
|
|
@@ -9,7 +9,7 @@ DISABLE="disabled"
|
|
FOUND="found"
|
|
NOTFOUND="notfound"
|
|
RUN_ENABLED_FILE="$LOG_D/$ENABLE"
|
|
-CLOUD_SYSTEM_TARGET="/lib/systemd/system/cloud-init.target"
|
|
+CLOUD_SYSTEM_TARGET="/usr/lib/systemd/system/cloud-init.target"
|
|
CLOUD_TARGET_NAME="cloud-init.target"
|
|
# lxc sets 'container', but lets make that explicitly a global
|
|
CONTAINER="${container}"
|