mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
image: Add a shared-network? field.
* gnu/image.scm (<image>)[shared-network?]: New field.
This commit is contained in:
parent
594e9428c5
commit
dcc843a716
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
image-compression?
|
||||
image-volatile-root?
|
||||
image-shared-store?
|
||||
image-shared-network?
|
||||
image-substitutable?
|
||||
|
||||
image-type
|
||||
|
@ -98,6 +99,8 @@
|
|||
(default #t))
|
||||
(shared-store? image-shared-store? ;boolean
|
||||
(default #f))
|
||||
(shared-network? image-shared-network? ;boolean
|
||||
(default #f))
|
||||
(substitutable? image-substitutable? ;boolean
|
||||
(default #t)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue