[lxc-devel] [distrobuilder/master] doc: Fix gentoo example

monstermunchkin on Github lxc-bot at linuxcontainers.org
Wed Apr 4 08:18:04 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 363 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180404/2020a019/attachment.bin>
-------------- next part --------------
From 4f65bc498c4ac4f1fb555ee29fb0434e41267b7f Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Wed, 4 Apr 2018 10:17:23 +0200
Subject: [PATCH] doc: Fix gentoo example

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 doc/examples/gentoo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/examples/gentoo b/doc/examples/gentoo
index 67ac247..fe6e67e 100644
--- a/doc/examples/gentoo
+++ b/doc/examples/gentoo
@@ -19,12 +19,12 @@ targets:
       - type: all
         before: 5
         content: |-
-          lxc.include = LXC_TEMPLATE_CONFIG/alpine.common.conf
+          lxc.include = LXC_TEMPLATE_CONFIG/gentoo.common.conf
 
       - type: user
         before: 5
         content: |-
-          lxc.include = LXC_TEMPLATE_CONFIG/alpine.userns.conf
+          lxc.include = LXC_TEMPLATE_CONFIG/gentoo.userns.conf
 
       - type: all
         after: 4


More information about the lxc-devel mailing list