[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/14: scripts: system: Add a missing module.
From: |
guix-commits |
Subject: |
13/14: scripts: system: Add a missing module. |
Date: |
Thu, 23 Dec 2021 04:55:07 -0500 (EST) |
mothacehe pushed a commit to branch master
in repository guix.
commit c717f27c5ffa26ab513d652930c3c92bcedfdc26
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Dec 23 10:37:47 2021 +0100
scripts: system: Add a missing module.
* guix/scripts/system.scm: Add a missing module.
---
guix/scripts/system.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm
index f7e17d2..62258c1 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -57,6 +57,7 @@
#:use-module (guix build utils)
#:use-module (guix progress)
#:use-module ((guix build syscalls) #:select (terminal-columns))
+ #:use-module (gnu build image)
#:use-module (gnu build install)
#:autoload (gnu build file-systems)
(find-partition-by-label find-partition-by-uuid)
- branch master updated (258150f -> 7682145), guix-commits, 2021/12/23
- 01/14: build: image: Add optional closure copy support., guix-commits, 2021/12/23
- 02/14: image: Add a shared-store? field., guix-commits, 2021/12/23
- 03/14: image: Add a shared-network? field., guix-commits, 2021/12/23
- 04/14: system: image: Add docker support., guix-commits, 2021/12/23
- 08/14: scripts: system: Pass the volatile field to VM generation., guix-commits, 2021/12/23
- 11/14: services: nfs: Fix statd and mountd ports., guix-commits, 2021/12/23
- 12/14: tests: nfs: Fix nfs-root-fs test., guix-commits, 2021/12/23
- 13/14: scripts: system: Add a missing module.,
guix-commits <=
- 05/14: system: vm: Use the image API to generate QEMU images., guix-commits, 2021/12/23
- 06/14: Remove VM generation dead-code., guix-commits, 2021/12/23
- 09/14: scripts: system: Use the disk-image size argument for VM generation., guix-commits, 2021/12/23
- 07/14: scripts: system: Deprecate the docker-image command., guix-commits, 2021/12/23
- 14/14: tests: reconfigure: Fix it., guix-commits, 2021/12/23
- 10/14: tests: docker: Fix it., guix-commits, 2021/12/23