Merge branch 'master' of github.com:clearlinux/clear-linux-documentation into rtd-theme

This commit is contained in:
Kevin Putnam
2019-02-07 12:57:33 -08:00
4 changed files with 25 additions and 4 deletions
+5
View File
@@ -6,6 +6,7 @@ SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
SCRIPTDIR = scripts/_python
# User-friendly check for sphinx-build
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
@@ -56,6 +57,9 @@ html:
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
py:
$(MAKE) -C $(SCRIPTDIR) py
dirhtml:
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
@echo
@@ -73,6 +77,7 @@ pickle:
json:
$(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
$(MAKE) -C $(SCRIPTDIR) py
@echo
@echo "Build finished; now you can process the JSON files."
@@ -64,8 +64,19 @@ Download and launch the virtual machine
unxz clear-<version>-kvm.img.xz
#. Download the `OVMF file`_ file that provides UEFI support for
virtual machines from the `image <https://download.clearlinux.org/image/>`_
directory.
virtual machines from the `image <https://download.clearlinux.org/image/>`_ directory.
#. Copy :file:`OVMF.fd` to the working directory, as shown below.
.. code-block:: bash
cp /usr/share/qemu/OVMF.fd <working_directory>
.. note::
Replace <working_directory> with your own.
For non-Clear Linux hosts, the preferred approach is to download it from https://cdn.download.clearlinux.org/image/OVMF.fd
#. Download the sample `QEMU-KVM launcher`_ script from the
`image <https://download.clearlinux.org/image/>`_ directory. This script
+6 -1
View File
@@ -141,7 +141,12 @@ cycle.
ksonnet\*
*********
Kubeflow uses ksonnet* to manage deployments, so we need to install that before setting up Kubeflow. On |CL|, follow these steps:
Kubeflow uses ksonnet* to manage deployments, so we need to install that before setting up Kubeflow.
Since Clear Linux version 27550, the ksonnet was added to the bundle cloud-native-basic. But if using
old versions (not recommended), please manually install the ksonnet as below.
On |CL|, follow these steps:
.. code-block:: bash
+1 -1
View File
@@ -2,7 +2,7 @@
py:
python bundle_lister.py
cp bundles.html.txt ../../clear-linux/reference/bundles
rm -rf cloned_repo/*
rm -rf bundle_lister/cloned_repo/*
rm bundles.html.txt
@echo "Python script finished successfully!"