[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/12: scripts: system: Use the disk-image size argument for VM generati
From: |
guix-commits |
Subject: |
09/12: scripts: system: Use the disk-image size argument for VM generation. |
Date: |
Wed, 22 Dec 2021 12:35:32 -0500 (EST) |
mothacehe pushed a commit to branch wip-image
in repository guix.
commit 01568a2ebacac2ebafaaa7e983c9fe192207399e
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Dec 16 13:46:38 2021 +0100
scripts: system: Use the disk-image size argument for VM generation.
* guix/scripts/system.scm (system-derivation-for-action): Use the given
image-size unconditionnaly when calling
system-qemu-image/shared-store-script.
---
guix/scripts/system.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm
index a73fe55..f7e17d2 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -710,10 +710,7 @@ checking this by themselves in their 'check' procedure."
#:full-boot? full-boot?
#:volatile? volatile?
#:graphic? graphic?
- #:disk-image-size
- (if full-boot?
- image-size
- (* 70 (expt 2 20)))
+ #:disk-image-size image-size
#:mappings mappings))
((image disk-image vm-image docker-image)
(when (eq? action 'disk-image)
- branch wip-image created (now ecca3c7), 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, 2021/12/22
- 05/12: system: vm: Use the image API to generate QEMU images., guix-commits, 2021/12/22
- 07/12: scripts: system: Deprecate the docker-image command., guix-commits, 2021/12/22
- 02/12: image: Add a shared-store? field., guix-commits, 2021/12/22
- 04/12: system: image: Add docker support., guix-commits, 2021/12/22
- 08/12: scripts: system: Pass the volatile field to VM generation., guix-commits, 2021/12/22
- 06/12: Remove VM generation dead-code., guix-commits, 2021/12/22
- 09/12: scripts: system: Use the disk-image size argument for VM generation.,
guix-commits <=
- 10/12: tests: docker: Fix it., guix-commits, 2021/12/22
- 12/12: tests: nfs: Fix nfs-root-fs test., guix-commits, 2021/12/22
- 11/12: services: nfs: Fix statd and mountd ports., guix-commits, 2021/12/22