diff --git a/source/gs_creating_bootable_usb.rst b/source/gs_creating_bootable_usb.rst index 24c72abf..c214db31 100644 --- a/source/gs_creating_bootable_usb.rst +++ b/source/gs_creating_bootable_usb.rst @@ -5,7 +5,7 @@ Creating a bootable USB to install the OS Here's how to create a USB drive that initiates the process for :ref:`gs_installing_clr_as_host`. Alternatively, you can test the -OS by :ref:`gs_running_clr_virtual`. +OS by :ref:`vm_kvm`. What you need @@ -66,4 +66,4 @@ mounted on ``/sdc``. :alt: confirmation Success! Your USB stick is now ready to boot and initiate the process for -:ref:`gs_installing_clr_as_host`. \ No newline at end of file +:ref:`gs_installing_clr_as_host`. diff --git a/source/gs_getting_started.rst b/source/gs_getting_started.rst index 6db95a9e..e31acdb9 100644 --- a/source/gs_getting_started.rst +++ b/source/gs_getting_started.rst @@ -14,7 +14,7 @@ KVM Image Download a recent KVM image along with the UEFI firmware helper ``OVMF.fd`` and the KVM start helper script ``start_qemu.sh.`` -See :ref:`gs_running_clr_virtual` for details. +See :ref:`vm_kvm` for details. Live Image ========== diff --git a/source/gs_installing_clr_as_host.rst b/source/gs_installing_clr_as_host.rst index bda285b3..b3afc0d1 100644 --- a/source/gs_installing_clr_as_host.rst +++ b/source/gs_installing_clr_as_host.rst @@ -27,5 +27,5 @@ The entire installation should take no more than a few minutes. For feedback on installation or other topics, please feel free to write in to our `mailing list `_. -Note: You can also try :ref:`gs_running_clr_virtual`. +Note: You can also try :ref:`vm_kvm`. diff --git a/source/vm-kvm.rst b/source/vm-kvm.rst index fa438c96..b64d89d1 100644 --- a/source/vm-kvm.rst +++ b/source/vm-kvm.rst @@ -1,4 +1,4 @@ -.. _gs_running_clr_virtual: +.. _vm_kvm: Running in a virtualized environment #################################### @@ -69,4 +69,4 @@ Alternatively, there are a few other ways to approach this. - And to run it as a background process:: - $ ./start_qemu.sh clr_image & \ No newline at end of file + $ ./start_qemu.sh clr_image &