[PATCH] doc: Mentions virtualization module and add missing closing parenthesis.

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • Solene Rapenne
Owner
unassigned
Submitted by
Solene Rapenne
Severity
normal

Debbugs page

Solene Rapenne wrote 4 years ago
(address . guix-patches@gnu.org)
20210530160435.13bdaf5b@perso.pw
Not sure for the commit message, it seems too long.

---
doc/contributing.texi | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (24 lines)
diff --git a/doc/contributing.texi b/doc/contributing.texi
index bebc8721a0..87719a4bbe 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -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
platforms. As you may not have access to actual hardware platforms, we
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
-your @code{operating-system} configuration:
+order to enable it, add the @code{virtualization} service module and the
+following service to the list of services in your @code{operating-system}
+configuration:
@lisp
(service qemu-binfmt-service-type
(qemu-binfmt-configuration
- (platforms (lookup-qemu-platforms "arm" "aarch64"))
+ (platforms (lookup-qemu-platforms "arm" "aarch64"))))
@end lisp
Then reconfigure your system.
--
2.31.1
Mathieu Othacehe wrote 4 years ago
(name . Solene Rapenne)(address . solene@perso.pw)(address . 48744-done@debbugs.gnu.org)
87zgw5eukr.fsf@gnu.org
Hello,

Toggle quote (2 lines)
> Not sure for the commit message, it seems too long.

I added a commit message following the conventions and pushed.

Thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 48744@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48744
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help