[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: image: Add a shared-network? field.
From: |
guix-commits |
Subject: |
03/12: image: Add a shared-network? field. |
Date: |
Wed, 22 Dec 2021 12:40:47 -0500 (EST) |
mothacehe pushed a commit to branch wip-image
in repository guix.
commit 329389fb93a968bf5dbfb29dbfcefc5c85d58756
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Dec 16 09:25:49 2021 +0100
image: Add a shared-network? field.
* gnu/image.scm (<image>)[shared-network?]: New field.
---
gnu/image.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/image.scm b/gnu/image.scm
index 8423cf1..0b3a5a0 100644
--- a/gnu/image.scm
+++ b/gnu/image.scm
@@ -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)))
- branch wip-image created (now 3f8b4ff), guix-commits, 2021/12/22
- 01/12: build: image: Add optional closure copy support., guix-commits, 2021/12/22
- 03/12: image: Add a shared-network? field.,
guix-commits <=
- 06/12: Remove VM generation dead-code., guix-commits, 2021/12/22
- 04/12: system: image: Add docker support., guix-commits, 2021/12/22
- 10/12: tests: docker: Fix it., guix-commits, 2021/12/22
- 02/12: image: Add a shared-store? field., guix-commits, 2021/12/22
- 05/12: system: vm: Use the image API to generate QEMU images., guix-commits, 2021/12/22
- 12/12: tests: nfs: Fix nfs-root-fs test., guix-commits, 2021/12/22
- 07/12: scripts: system: Deprecate the docker-image command., guix-commits, 2021/12/22
- 08/12: scripts: system: Pass the volatile field to VM generation., guix-commits, 2021/12/22
- 11/12: services: nfs: Fix statd and mountd ports., guix-commits, 2021/12/22
- 09/12: scripts: system: Use the disk-image size argument for VM generation., guix-commits, 2021/12/22