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:
committed by
Maxim Cournoyer
parent
60f26275ef
commit
7b271e6e6c
@@ -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")})
|
||||||
|
|||||||
Reference in New Issue
Block a user