diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2017-07-03 16:35:24 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2017-07-03 16:38:05 +0200 |
commit | 3b6e7d8651bdcfcad41d086753296299c9b6b786 (patch) | |
tree | 88b645f0ad20be898f00b1e9888d97d5fd920584 /doc | |
parent | aadd75acd60008f65aaba58a27f54b5f5d98eacf (diff) | |
download | patches-3b6e7d8651bdcfcad41d086753296299c9b6b786.tar patches-3b6e7d8651bdcfcad41d086753296299c9b6b786.tar.gz |
doc: Update formatting.
* doc/guix.texi (disk-image): Update formatting of "ext4".
Follow-up to 3f4d8a7f66060e93a247797a9bbd2fcbee6922a3.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 811031697c..17492bfe59 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -16191,7 +16191,7 @@ estimates the size of the image needed to store the system, but you can use the @option{--image-size} option to specify a value. You can specify the root file system type by using the -@option{--file-system-type} option. It defaults to "ext4". +@option{--file-system-type} option. It defaults to @code{ext4}. When using @code{vm-image}, the returned image is in qcow2 format, which the QEMU emulator can efficiently use. @xref{Running GuixSD in a VM}, |