Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Feb 2023 15:25:30 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 15d6d76b0f - main - Fix unordered list in bsdinstall handbook chapter
Message-ID:  <202302171525.31HFPUq0011524@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=15d6d76b0fa4344929b56801e2305dc852195c05

commit 15d6d76b0fa4344929b56801e2305dc852195c05
Author:     Andrey Portnoy <aportnoy@fastmail.com>
AuthorDate: 2023-02-17 15:24:56 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-02-17 15:24:56 +0000

    Fix unordered list in bsdinstall handbook chapter
    
    PR:             269539
---
 documentation/content/en/books/handbook/bsdinstall/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/bsdinstall/_index.adoc b/documentation/content/en/books/handbook/bsdinstall/_index.adoc
index 8792882f2e..e583f38c2f 100644
--- a/documentation/content/en/books/handbook/bsdinstall/_index.adoc
+++ b/documentation/content/en/books/handbook/bsdinstall/_index.adoc
@@ -57,7 +57,7 @@ Depending on the architecture and platform, different images can be link:https:/
 
 The image types are:
 
-Virtual Machine disk images, such as `qcow2`, `vmdk`, `vhd`, and raw device images. These are not installation images, but images that have FreeBSD preinstalled and ready for post-installation tasks. Virtual machine images are also commonly used in cloud environments.
+* Virtual Machine disk images, such as `qcow2`, `vmdk`, `vhd`, and raw device images. These are not installation images, but images that have FreeBSD preinstalled and ready for post-installation tasks. Virtual machine images are also commonly used in cloud environments.
 * SD card images, for embedded systems such as Raspberry Pi. These files must be uncompressed and written as a raw image to an SD card, from which the board will boot.
 * Installation images to boot from an ISO or USB device to install FreeBSD on a drive for the usual desktop, laptop, or server system.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302171525.31HFPUq0011524>