From 81d9b7f500048d77571ee52c310f732c41adf925 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Wed, 27 Sep 2023 09:55:12 +0200 Subject: [PATCH] Fix indentation of output formats Change-Id: Id9f10817ac5508f694d9fe6f9b3447ef061fbeb3 --- doc/source/user_guide/building_an_image.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/user_guide/building_an_image.rst b/doc/source/user_guide/building_an_image.rst index fbdb10796..ac629e779 100644 --- a/doc/source/user_guide/building_an_image.rst +++ b/doc/source/user_guide/building_an_image.rst @@ -67,13 +67,13 @@ output formats may be specified using the `-t ` argument. Multiple output formats can also be specified by comma separation. The supported output formats are: - * qcow2 - * tar - * tgz - * squashfs - * vhd - * docker - * raw +* qcow2 +* tar +* tgz +* squashfs +* vhd +* docker +* raw When building a tgz image, note that the `DIB_GZIP_BIN` environment variable can be used to set the path of the gzip executable.