diff options
| author | Andrey Portnoy <aportnoy@fastmail.com> | 2023-02-17 15:24:56 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-02-17 15:24:56 +0000 |
| commit | 15d6d76b0fa4344929b56801e2305dc852195c05 (patch) | |
| tree | b9641a4a2b163ae6b4ae907dde99d2713f880e3f | |
| parent | 60af3bb18c6a0b7c3082e69d0bfb1d5f809e342b (diff) | |
| download | doc-15d6d76b0fa4344929b56801e2305dc852195c05.tar.gz doc-15d6d76b0fa4344929b56801e2305dc852195c05.zip | |
Fix unordered list in bsdinstall handbook chapter
PR: 269539
| -rw-r--r-- | documentation/content/en/books/handbook/bsdinstall/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
