diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-02-07 15:28:01 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-02-07 15:46:45 +0100 |
commit | 9c6124f8297cfffb7c754f109882f8962ba56ef2 (patch) | |
tree | dbb6a8e16dee19a40748f6cd8518145d275bd355 /doc | |
parent | b07712bfb13039b3ead57e9f3ca91d4e3ebadd2a (diff) | |
download | patches-9c6124f8297cfffb7c754f109882f8962ba56ef2.tar patches-9c6124f8297cfffb7c754f109882f8962ba56ef2.tar.gz |
doc: Mention flag to get an ISO image.
* doc/guix.texi (Building the Installation Image): Add
'--file-system-type=iso9660'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 868f1959e8..53c133804d 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, |