From 941501f262bd8f631a5210ab2068936158327388 Mon Sep 17 00:00:00 2001 From: Alex Jaramillo Date: Mon, 10 Sep 2018 09:27:02 -0700 Subject: [PATCH] Fix for document inconsistencies * Changed directory name for mixer workspace where the workspace is given a path and further in the document the workspace path different, this leads to an error when using correct procedure specified in document. This change uses the same directory path. * Fix for a typo where the correct default value for a configuration file name is incorrect and when copying value from document will lead to errors when following proper procedure specified in document. Signed-off-by: Alex Jaramillo --- source/clear-linux/guides/maintenance/mixer.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/clear-linux/guides/maintenance/mixer.rst b/source/clear-linux/guides/maintenance/mixer.rst index b6f7cb3c..93d13860 100644 --- a/source/clear-linux/guides/maintenance/mixer.rst +++ b/source/clear-linux/guides/maintenance/mixer.rst @@ -68,7 +68,12 @@ server, where you can host custom |CL| mixes. .. code-block:: bash - sudo ln -sf $HOME/mixer/update/www /var/www/mixer + sudo ln -sf /home/clr/mix/update/www /var/www/mixer + + .. note:: + + `/home/clr/mix` is the workspace for the mix (read `Create workspace`) + #. Set up ``nginx`` configuration. @@ -721,7 +726,7 @@ with the default values from the `ister` package with the following command: .. code-block:: bash - sudo cp /usr/share/defaults/ister/ister.json relase-image-config.json + sudo cp /usr/share/defaults/ister/ister.json release-image-config.json For reference, you can inspect the `Clear Linux ister configuration file`_ used for releases.