guix-commits
[Top][All Lists]
Advanced

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

03/04: doc: Mention flag to get an ISO image.


From: guix-commits
Subject: 03/04: doc: Mention flag to get an ISO image.
Date: Thu, 7 Feb 2019 09:46:54 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 9c6124f8297cfffb7c754f109882f8962ba56ef2
Author: Ludovic Courtès <address@hidden>
Date:   Thu Feb 7 15:28:01 2019 +0100

    doc: Mention flag to get an ISO image.
    
    * doc/guix.texi (Building the Installation Image): Add
    '--file-system-type=iso9660'.
---
 doc/guix.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 868f195..53c1338 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2375,7 +2375,8 @@ The installation image described above was built using 
the @command{guix
 system} command, specifically:
 
 @example
-guix system disk-image gnu/system/install.scm
+guix system disk-image --file-system-type=iso9660 \
+  gnu/system/install.scm
 @end example
 
 Have a look at @file{gnu/system/install.scm} in the source tree,



reply via email to

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