guix-patches
[Top][All Lists]
Advanced

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

[bug#52550] [PATCH 03/10] image: Add a shared-network? field.


From: Mathieu Othacehe
Subject: [bug#52550] [PATCH 03/10] image: Add a shared-network? field.
Date: Thu, 16 Dec 2021 14:06:42 +0100

* 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 8423cf1d9c..0b3a5a096b 100644
--- a/gnu/image.scm
+++ b/gnu/image.scm
@@ -43,6 +43,7 @@ (define-module (gnu image)
             image-compression?
             image-volatile-root?
             image-shared-store?
+            image-shared-network?
             image-substitutable?
 
             image-type
@@ -98,6 +99,8 @@ (define-record-type* <image>
                       (default #t))
   (shared-store?      image-shared-store? ;boolean
                       (default #f))
+  (shared-network?    image-shared-network? ;boolean
+                      (default #f))
   (substitutable?     image-substitutable? ;boolean
                       (default #t)))
 
-- 
2.34.0






reply via email to

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