[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52550] [PATCH 09/10] scripts: system: Use the disk-image size argum
From: |
Mathieu Othacehe |
Subject: |
[bug#52550] [PATCH 09/10] scripts: system: Use the disk-image size argument for VM generation. |
Date: |
Thu, 16 Dec 2021 14:06:48 +0100 |
* 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 a73fe55418..f7e17d2db4 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -710,10 +710,7 @@ (define* (system-derivation-for-action image action
#: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)
--
2.34.0
- [bug#52550] [PATCH 00/10] Further work on the image API., Mathieu Othacehe, 2021/12/16
- [bug#52550] [PATCH 01/10] build: image: Add optional closure copy support., Mathieu Othacehe, 2021/12/16
- [bug#52550] [PATCH 03/10] image: Add a shared-network? field., Mathieu Othacehe, 2021/12/16
- [bug#52550] [PATCH 06/10] Remove VM generation dead-code., Mathieu Othacehe, 2021/12/16
- [bug#52550] [PATCH 04/10] system: image: Add docker support., Mathieu Othacehe, 2021/12/16
- [bug#52550] [PATCH 07/10] scripts: system: Deprecate the docker-image command., Mathieu Othacehe, 2021/12/16
- [bug#52550] [PATCH 08/10] scripts: system: Pass the volatile field to VM generation., Mathieu Othacehe, 2021/12/16
- [bug#52550] [PATCH 10/10] tests: docker: Fix it., Mathieu Othacehe, 2021/12/16
- [bug#52550] [PATCH 05/10] system: vm: Use the image API to generate QEMU images., Mathieu Othacehe, 2021/12/16
- [bug#52550] [PATCH 02/10] image: Add a shared-store? field., Mathieu Othacehe, 2021/12/16
- [bug#52550] [PATCH 09/10] scripts: system: Use the disk-image size argument for VM generation.,
Mathieu Othacehe <=
- [bug#52550] [PATCH 00/10] Further work on the image API., Ludovic Courtès, 2021/12/22