diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-03-12 16:45:55 +0100 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-18 18:03:11 +0900 |
| commit | 7b271e6e6cc8d0382beab3a553dadbf4a2bc5401 (patch) | |
| tree | ee7ea981545c95a1d1daa0d5ede079eb9d38d90e | |
| parent | 60f26275ef0e96650831260d509691f59960d109 (diff) | |
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>
| -rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index ce773f00d89..476a3e036cc 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")}) |
