From bab6434f5855b92631615fdd8a2d2a225da28359 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 16 Sep 2023 18:29:23 +0200 Subject: services: hurd-vm: ‘image’ field has to be an record. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/services/virtualization.scm ()[image]: Document as being an record. (hurd-vm-disk-image): Remove call to ‘system-image’. (hurd-vm-shepherd-service): Add call to ‘system-image’. * gnu/tests/virtualization.scm (hurd-vm-disk-image-raw): Remove call to ‘system-image’. * doc/guix.texi (Virtualization Services): Adjust accordingly. --- doc/guix.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/guix.texi') diff --git a/doc/guix.texi b/doc/guix.texi index 103f6b4c64..1869b59ef6 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -35770,8 +35770,8 @@ permissive OpenSSH secure shell daemon listening on port 2222 The QEMU package to use. @item @code{image} (default: @var{hurd-vm-disk-image}) -The procedure used to build the disk-image built from this -configuration. +The image object representing the disk image of this virtual machine +(@pxref{System Images}). @item @code{disk-size} (default: @code{'guess}) The size of the disk image. -- cgit v1.2.3