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:
@@ -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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user