Skip to content

Commit

Permalink
Fix code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Mar 18, 2024
1 parent 5d37244 commit 81b4397
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/tech/dualboot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,19 @@ ____________________
If you are running toltec on the second partition you can create an environment override for xochitl that will set the ``QML_DISK_CACHE_PATH``.

.. code-block:: shell
mkdir -p /home/root/.cache/qmlcache
cat > /opt/etc/xochitl.env.d/99-override-qmldir.env << EOF
export QML_DISK_CACHE_PATH="/home/root/.cache/qmlcache"
EOF
mkdir -p /home/root/.cache/qmlcache
cat > /opt/etc/xochitl.env.d/99-override-qmldir.env << EOF
export QML_DISK_CACHE_PATH="/home/root/.cache/qmlcache"
EOF
Setting it without toltec
_________________________
If you are not running toltec, you can override the xochitl ``QML_CACHE_PATH`` using systemd override files.
.. code-block:: shell
# Create overrides folder
mkdir /etc/systemd/system/xochitl.service.d
# Create override
Expand Down

0 comments on commit 81b4397

Please sign in to comment.