diff options
-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}, |