From 81b439783656507ff8c60ced58a2901d08c25562 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Mon, 18 Mar 2024 13:10:33 -0600 Subject: [PATCH] Fix code blocks --- src/tech/dualboot.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/tech/dualboot.rst b/src/tech/dualboot.rst index 9896b8e..24445e0 100644 --- a/src/tech/dualboot.rst +++ b/src/tech/dualboot.rst @@ -46,10 +46,11 @@ ____________________ 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 _________________________ @@ -57,6 +58,7 @@ _________________________ 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