mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
doc: Mention virtualization module and add missing closing parenthesis.
* doc/contributing.texi (Submitting Patches): Mention virtualization module and add missing closing parenthesis. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
d06ae05808
commit
a9afff4beb
1 changed files with 4 additions and 3 deletions
|
@ -1018,13 +1018,14 @@ Make sure the package builds on your platform, using @code{guix build
|
||||||
We recommend you also try building the package on other supported
|
We recommend you also try building the package on other supported
|
||||||
platforms. As you may not have access to actual hardware platforms, we
|
platforms. As you may not have access to actual hardware platforms, we
|
||||||
recommend using the @code{qemu-binfmt-service-type} to emulate them. In
|
recommend using the @code{qemu-binfmt-service-type} to emulate them. In
|
||||||
order to enable it, add the following service to the list of services in
|
order to enable it, add the @code{virtualization} service module and the
|
||||||
your @code{operating-system} configuration:
|
following service to the list of services in your @code{operating-system}
|
||||||
|
configuration:
|
||||||
|
|
||||||
@lisp
|
@lisp
|
||||||
(service qemu-binfmt-service-type
|
(service qemu-binfmt-service-type
|
||||||
(qemu-binfmt-configuration
|
(qemu-binfmt-configuration
|
||||||
(platforms (lookup-qemu-platforms "arm" "aarch64"))
|
(platforms (lookup-qemu-platforms "arm" "aarch64"))))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
Then reconfigure your system.
|
Then reconfigure your system.
|
||||||
|
|
Loading…
Reference in a new issue