The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/84
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === We need all 4 scripts to be added to have a complete cloud-init run on gentoo.
From 671f2f101292f7378328833ee7e15cc87aa73b6e Mon Sep 17 00:00:00 2001 From: Jan Vansteenkiste <j...@vstone.eu> Date: Mon, 30 Sep 2019 18:19:05 +0200 Subject: [PATCH] gentoo: missing cloud scripts to the default runlevel We need all 4 scripts to be added to have a complete cloud-init run on gentoo. --- images/gentoo.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/images/gentoo.yaml b/images/gentoo.yaml index c0ea9e8..483b878 100644 --- a/images/gentoo.yaml +++ b/images/gentoo.yaml @@ -415,7 +415,10 @@ actions: action: |- #!/bin/sh set -eux + rc-update add cloud-init-local default rc-update add cloud-init default + rc-update add cloud-config default + rc-update add cloud-final default variants: - cloud
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel