1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <maxim@guixotic.coop>
This commit is contained in:
Hugo Buddelmeijer
2026-03-12 16:45:55 +01:00
committed by Maxim Cournoyer
parent 60f26275ef
commit 7b271e6e6c

View File

@@ -41497,7 +41497,7 @@ system as the @code{os} field of @code{hurd-vm-configuration}, as in
this example: this example:
@lisp @lisp
(define childhurd-os (define %childhurd-os
;; Definition of my GNU/Hurd system, derived from the default one. ;; Definition of my GNU/Hurd system, derived from the default one.
(operating-system (operating-system
(inherit %hurd-vm-operating-system) (inherit %hurd-vm-operating-system)
@@ -41588,7 +41588,7 @@ example below.
@item @code{disk-size} (default: @code{'guess}) @item @code{disk-size} (default: @code{'guess})
The size of the disk image. 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. The memory size of the Virtual Machine in mebibytes.
@item @code{options} (default: @code{'("--snapshot")}) @item @code{options} (default: @code{'("--snapshot")})