[lxc-devel] [lxc-ci/master] gentoo: missing cloud scripts to the default runlevel

vStone on Github lxc-bot at linuxcontainers.org
Mon Sep 30 16:19:23 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 380 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190930/57cf6d80/attachment.bin>
-------------- next part --------------
From 671f2f101292f7378328833ee7e15cc87aa73b6e Mon Sep 17 00:00:00 2001
From: Jan Vansteenkiste <jan at 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
 


More information about the lxc-devel mailing list