Compare commits

..

4 Commits

Author SHA1 Message Date
William Douglas 29dfedc635 Fixup broken link
Signed-off-by: William Douglas <william.douglas@intel.com>
2024-11-13 15:35:54 -08:00
Alex Jaramillo 4957e04bda Merge pull request #1278 from clearlinux/bashtoni
Fix KVM instructions for zsh users
2024-11-04 10:47:21 -08:00
Sam Bashton 6d549e1cd8 Fix KVM instructions for zsh users 2024-11-04 10:45:13 -08:00
Alex Jaramillo e86d9b26ab Merge pull request #1277 from clearlinux/avjarami/drop-theme
Drop deprecated theme
2024-11-04 10:39:49 -08:00
3 changed files with 4 additions and 2 deletions
@@ -160,6 +160,8 @@ Locate, select, and launch the |CL| Basic AMI
Figure 9: :guilabel:`View Instance`
.. _aws-web-connect:
Connect to your Clear Linux OS basic instance
*********************************************
@@ -485,7 +485,7 @@ Launch an instance
Connect to your |CL| instance
*****************************
#. Follow these steps to `connect to your instance`_.
#. Follow these steps to :ref:`connect to your instance<aws-web-connect>`.
Related topics
**************
@@ -41,7 +41,7 @@ Download and launch the virtual machine image
.. code-block:: bash
curl -o clear.img.xz https://cdn.download.clearlinux.org/image/$(curl https://cdn.download.clearlinux.org/image/latest-images.json | grep -o clear-'[0-9]'*-kvm.img.xz | head -1)
curl -o clear.img.xz https://cdn.download.clearlinux.org/image/$(curl https://cdn.download.clearlinux.org/image/latest-images.json | grep -o 'clear-[0-9]*-kvm.img.xz' | head -1)
#. Uncompress the downloaded image: