guix-commits
[Top][All Lists]
Advanced

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

02/14: image: Add a shared-store? field.


From: guix-commits
Subject: 02/14: image: Add a shared-store? field.
Date: Thu, 23 Dec 2021 04:55:03 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 594e9428c5ece0ccba1f57810adedefee58ca4cc
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Dec 16 08:45:01 2021 +0100

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

diff --git a/gnu/image.scm b/gnu/image.scm
index 1c954af..8423cf1 100644
--- a/gnu/image.scm
+++ b/gnu/image.scm
@@ -42,6 +42,7 @@
             image-partitions
             image-compression?
             image-volatile-root?
+            image-shared-store?
             image-substitutable?
 
             image-type
@@ -95,6 +96,8 @@
                       (default #t))
   (volatile-root?     image-volatile-root? ;boolean
                       (default #t))
+  (shared-store?      image-shared-store? ;boolean
+                      (default #f))
   (substitutable?     image-substitutable? ;boolean
                       (default #t)))
 



reply via email to

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