diff options
author | Roman Bogorodskiy <bogorodskiy@gmail.com> | 2025-03-25 20:14:34 +0100 |
---|---|---|
committer | Roman Bogorodskiy <bogorodskiy@gmail.com> | 2025-03-25 20:15:30 +0100 |
commit | ced0f14deaaa9e99abd3c21951fbf3db49c7b59a (patch) | |
tree | fa61b4067cca2d454fc0c9d3325b71412ba99b28 | |
parent | 543ee459a98ad400bdfbcec93bae2109d09dd410 (diff) | |
download | libvirt-ci-ced0f14deaaa9e99abd3c21951fbf3db49c7b59a.zip libvirt-ci-ced0f14deaaa9e99abd3c21951fbf3db49c7b59a.tar.gz libvirt-ci-ced0f14deaaa9e99abd3c21951fbf3db49c7b59a.tar.bz2 |
docs: update OpenStack FreeBSD image guide URL
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
-rw-r--r-- | docs/vms.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vms.rst b/docs/vms.rst index 08983ed..f97be8c 100644 --- a/docs/vms.rst +++ b/docs/vms.rst @@ -368,7 +368,7 @@ are a bunch of manual steps involved. First, you want to install the base OS manually rather than use the official qcow2 images, in contrast to the suggestion above, because cloud-init requires a specific disk partitioning scheme. Best you can do is to look at the official -`OpenStack guide <https://docs.openstack.org/image-guide/freebsd-image.html>`_ +`OpenStack guide <https://docs.openstack.org/image-guide/create-images-manually-example-freebsd-image.html>`_ and follow only the installation guide (along with the ``virt-install`` steps outlined above). |