1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

image: Add a shared-store? field.

* gnu/image.scm (<image>)[shared-store?]: New field.
This commit is contained in:
Mathieu Othacehe
2021-12-16 08:45:01 +01:00
parent cc4e8a84f4
commit 594e9428c5

View File

@@ -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)))