image: Add a shared-store? field.
* gnu/image.scm (<image>)[shared-store?]: New field.
This commit is contained in:
parent
cc4e8a84f4
commit
594e9428c5
@ -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)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user