[elbe-devel] [PATCH 6/6] website: refer to docs for installation instructions

Thomas Weißschuh thomas.weissschuh at linutronix.de
Tue Dec 17 11:53:29 CET 2024


Instead of duplicating the information, directly link to the correct
installation instructions from the normal documentation.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 docs/article-quickstart.rst |  2 ++
 website/download.rst        | 35 ++---------------------------------
 2 files changed, 4 insertions(+), 33 deletions(-)

diff --git a/docs/article-quickstart.rst b/docs/article-quickstart.rst
index d92fb2b08d59fa0bbfcc26eb0904607ea3026cc0..217d2f8339915c8db8c69b35f5caefabde50e207 100644
--- a/docs/article-quickstart.rst
+++ b/docs/article-quickstart.rst
@@ -49,6 +49,8 @@ ELBE allows manipulating the generated root filesystem through a set of
 user, change directory permissions, and remove files from the root
 filesystem.
 
+.. _installation:
+
 Installing ELBE
 ===============
 
diff --git a/website/download.rst b/website/download.rst
index dac90f6b366b0a33d0a26602f2f1dee0d877323c..0543d7512bd2212c6bc212cffbc71bcdbdda1115 100644
--- a/website/download.rst
+++ b/website/download.rst
@@ -3,36 +3,5 @@ Downloads
 
 The current elbe version is |version| .
 
-There are several ways to install a binary version of elbe.
-
-The easiest way is to install the Debian packages via apt.
-
-Debian Binary Packages
-======================
-
-The recommended way to use ELBE is running it on a Debian PC.
-Linutronix provides a signed repository that can be included in apt.
-
-Debian bookworm or later
-------------------------
-
-.. code-block:: bash
-
-    su -
-    apt install elbe-archive-keyring
-    echo "deb [signed-by=/usr/share/keyrings/elbe-archive-keyring.gpg] http://debian.linutronix.de/elbe bookworm main" >> /etc/apt/sources.list
-    apt update
-    apt install elbe
-
-Debian buster or bullseye
--------------------------
-
-.. code-block:: bash
-
-    su -
-    source /etc/os-release
-    apt install wget
-    wget -O /usr/share/keyrings/elbe-archive-keyring.gpg http://debian.linutronix.de/elbe/elbe-repo.pub.gpg
-    echo "deb [signed-by=/usr/share/keyrings/elbe-archive-keyring.gpg] http://debian.linutronix.de/elbe $VERSION_CODENAME main" >> /etc/apt/sources.list
-    apt update
-    apt install elbe
+There are several ways to install a binary version of elbe,
+refer to the :ref:`reference documentation <elbe:installation>` for details.

-- 
2.47.1



More information about the elbe-devel mailing list