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
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

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