From 7b271e6e6cc8d0382beab3a553dadbf4a2bc5401 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Thu, 12 Mar 2026 16:45:55 +0100 Subject: [PATCH] doc: Fix %childhurd-os example and memory-size documentation. * doc/guix.texi (Virtualization Services): Fix %childhurd-os example and memory-size documentation. Change-Id: I5537eda4d0181e88229d836db522775494fc3d69 Signed-off-by: Maxim Cournoyer --- doc/guix.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index ce773f00d8..476a3e036c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -41497,7 +41497,7 @@ system as the @code{os} field of @code{hurd-vm-configuration}, as in this example: @lisp -(define childhurd-os +(define %childhurd-os ;; Definition of my GNU/Hurd system, derived from the default one. (operating-system (inherit %hurd-vm-operating-system) @@ -41588,7 +41588,7 @@ example below. @item @code{disk-size} (default: @code{'guess}) The size of the disk image. -@item @code{memory-size} (default: @code{512}) +@item @code{memory-size} (default: @code{2048}) The memory size of the Virtual Machine in mebibytes. @item @code{options} (default: @code{'("--snapshot")})