mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
doc: Mention flag to get an ISO image.
* doc/guix.texi (Building the Installation Image): Add '--file-system-type=iso9660'.
This commit is contained in:
parent
b07712bfb1
commit
9c6124f829
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue