guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/17: refcard: Merge sections.


From: Ricardo Wurmus
Subject: 07/17: refcard: Merge sections.
Date: Mon, 30 May 2022 08:31:08 -0400 (EDT)

rekado pushed a commit to branch master
in repository maintenance.

commit 0811b620274d965750e411af40312f867c39c166
Author: Ricardo Wurmus <rekado@elephly.net>
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 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]