[lxc-devel] [distrobuilder/master] doc: Use source.variant for Ubuntu Core

tsteven4 on Github lxc-bot at linuxcontainers.org
Sat Aug 31 16:51:26 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 462 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190831/2420df65/attachment.bin>
-------------- next part --------------
From 99c4835eace76b78c67f217a3757dedd093ff027 Mon Sep 17 00:00:00 2001
From: tsteven4 <13596209+tsteven4 at users.noreply.github.com>
Date: Sat, 31 Aug 2019 10:44:57 -0600
Subject: [PATCH] doc: Use source.variant for Ubuntu Core Signed-off-by: Steven
 Trabert <tsteven4 at gmail.com>

---
 doc/examples/ubuntu-core | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/examples/ubuntu-core b/doc/examples/ubuntu-core
index 7019fb8..3400877 100644
--- a/doc/examples/ubuntu-core
+++ b/doc/examples/ubuntu-core
@@ -8,6 +8,7 @@ image:
 
 source:
   downloader: ubuntu-http
+  variant: core
   url: http://cdimage.ubuntu.com/ubuntu-core
   keys:
     - 0x46181433FBB75451
@@ -65,7 +66,7 @@ packages:
     update:
       cmd: true
     clean:
-      cmd: true 
+      cmd: true
     refresh:
       cmd: true
 
@@ -91,11 +92,10 @@ files:
       properties:
         default: |
           #cloud-config
-          {}	
+          {}
   - name: hostname
     path: /lxd/hostname
     generator: template
 
 mappings:
   architecture_map: debian
-  
\ No newline at end of file


More information about the lxc-devel mailing list