rekado pushed a commit to branch master
in repository maintenance.
commit 0811b620274d965750e411af40312f867c39c166
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon May 30 12:42:35 2022 +0200
refcard: Merge sections.
* doc/refcard/guix-refcard.lout: Merge sections "Building Virtual
Machines" and "Building Operating System Images" into "Building
Operating Systems".
---
doc/refcard/guix-refcard.lout | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/doc/refcard/guix-refcard.lout b/doc/refcard/guix-refcard.lout
index acebc66..3aa2b8f 100644
--- a/doc/refcard/guix-refcard.lout
+++ b/doc/refcard/guix-refcard.lout
@@ -306,20 +306,16 @@ complete } configuration of an operating system, along
these lines:
@NP
-@C { Building Virtual Machines }
-@Begin
-@LEntry { guix system vm @Var { file } }
-{ produce a script that runs the OS declared in @Var { file } in a VM }
-@LEntry { guix system image {-}{-}image-type=qcow2 @Var { file } }
-{ produce a QCOW2 image of the OS in @Var { file } }
-@End @Category
-
-@C { Building Operating System Images }
+@C { Building Operating Systems }
@Begin
@LEntry { guix system image @Var { file } }
{ create a raw disk image for the OS declared in @Var { file } }
@LEntry { guix system image {-}{-}image-type=iso9660 @Var { file } }
{ create an ISO CD"/"DVD image for the OS declared in @Var { file } }
+@LEntry { guix system image {-}{-}image-type=qcow2 @Var { file } }
+{ produce a QCOW2 image of the OS in @Var { file } }
+@LEntry { guix system vm @Var { file } }
+{ produce a script that runs the OS declared in @Var { file } in a VM }
@End @Category
@C { Inspecting an Operating System }