guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/12: image: Add a shared-network? field.


From: guix-commits
Subject: 03/12: image: Add a shared-network? field.
Date: Wed, 22 Dec 2021 12:35:29 -0500 (EST)

mothacehe pushed a commit to branch wip-image
in repository guix.

commit 329389fb93a968bf5dbfb29dbfcefc5c85d58756
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Dec 16 09:25:49 2021 +0100

    image: Add a shared-network? field.
    
    * gnu/image.scm (<image>)[shared-network?]: New field.
---
 gnu/image.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/image.scm b/gnu/image.scm
index 8423cf1..0b3a5a0 100644
--- a/gnu/image.scm
+++ b/gnu/image.scm
@@ -43,6 +43,7 @@
             image-compression?
             image-volatile-root?
             image-shared-store?
+            image-shared-network?
             image-substitutable?
 
             image-type
@@ -98,6 +99,8 @@
                       (default #t))
   (shared-store?      image-shared-store? ;boolean
                       (default #f))
+  (shared-network?    image-shared-network? ;boolean
+                      (default #f))
   (substitutable?     image-substitutable? ;boolean
                       (default #t)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]