[elbe-devel] [PATCH 2/6] docs: update Debian codename references to bookworm

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


While older versions work as both targets and build environment,
refer to the current version from the docs.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 docs/article-elbeoverview-en.rst |  8 ++++----
 docs/article-quickstart.rst      | 10 +++++-----
 docs/elbe-repodir.rst            |  6 +++---
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/article-elbeoverview-en.rst b/docs/article-elbeoverview-en.rst
index fcff49e27fcb902e4ded6ab2bcdeebc9a43793fa..a057e21d2e598d772fd07588a146c69311cff0dd 100644
--- a/docs/article-elbeoverview-en.rst
+++ b/docs/article-elbeoverview-en.rst
@@ -178,7 +178,7 @@ environment and it will be saved as ``nfsroot.tar.gz``
                                    <option>trusted=yes</option>
                            </options>
                    </mirror>
-                   <suite>buster</suite>
+                   <suite>bookworm</suite>
            </project>
            <target>
                    <hostname>myARM</hostname>
@@ -589,8 +589,8 @@ After this header follows the project description.
                            </options>
                            <url-list>                                      
                                    <url>
-                                           <binary>http://debian.linutronix.de/elbe buster main</binary>
-                                           <source>http://debian.linutronix.de/elbe buster main</source>
+                                           <binary>http://debian.linutronix.de/elbe bookworm main</binary>
+                                           <source>http://debian.linutronix.de/elbe bookworm main</source>
                                            <options>
                                                    <option>trusted=yes</option> 
                                            </options>
@@ -598,7 +598,7 @@ After this header follows the project description.
                            </url-list>
 
                    </mirror>
-                   <suite>buster</suite>                                   
+                   <suite>bookworm</suite>
 
 -  The *mirror* tag contains *primary_host*, *primary_path*,
    *primary_proto* and *host* *host* is optional, used in case of a
diff --git a/docs/article-quickstart.rst b/docs/article-quickstart.rst
index 7461e23b451613cee81431b20b79186ecfe8c095..6ef3326f808621f50e0cfe66c90677c3fb9b05dd 100644
--- a/docs/article-quickstart.rst
+++ b/docs/article-quickstart.rst
@@ -12,7 +12,7 @@ root-filesystem from the XML file and to simple modifications.
 Steps necessary
 ===============
 
-1. install Debian 10 (buster) or later on your Host. The latest version
+1. install Debian 12 (bookworm) or later on your Host. The latest version
    of elbe should be compatible with this system.
 
 2. install ELBE on Host Linux
@@ -49,7 +49,7 @@ Installing ELBE
 
 There are several possibilities to install ELBE. The simplest method is
 by installing prebuilt binary packages via Linutronix package repository
-on a Debian 10 (Buster) system.
+on a Debian 12 (bookworm) system.
 
 But ELBE can also be installed from git.
 
@@ -72,7 +72,7 @@ Add the following content to the file ``/etc/apt/sources.list``
 
 ::
 
-   # echo "deb [signed-by=/usr/share/keyrings/elbe-archive-keyring.gpg] http://debian.linutronix.de/elbe buster main" >> /etc/apt/sources.list
+   # echo "deb [signed-by=/usr/share/keyrings/elbe-archive-keyring.gpg] http://debian.linutronix.de/elbe bookworm main" >> /etc/apt/sources.list
 
 Then run (as root):
 
@@ -486,8 +486,8 @@ use the following to access the repository:
 
    <url-list>
            <url>
-                   <binary>http://LOCALMACHINE/repo/ buster main</binary>
-                   <source>http://LOCALMACHINE/repo/ buster main</source>
+                   <binary>http://LOCALMACHINE/repo/ bookworm main</binary>
+                   <source>http://LOCALMACHINE/repo/ bookworm main</source>
                    <key>http://LOCALMACHINE/repo/repo.pub</key>
            </url>
    </url-list>
diff --git a/docs/elbe-repodir.rst b/docs/elbe-repodir.rst
index bd2f74250d07564097b27180fdd2d5144059015e..b04ea65f2e50b56767b77531655ce0c1d1c4b302 100644
--- a/docs/elbe-repodir.rst
+++ b/docs/elbe-repodir.rst
@@ -45,7 +45,7 @@ The source …
 .. code:: xml
 
    <repodir>PATH1 bullseye main contrib</repodir>
-   <repodir signed-by="relative-path.asc">PATH2 buster main</repodir>
+   <repodir signed-by="relative-path.asc">PATH2 bookworm main</repodir>
 
 i. is preprocessed to:
 
@@ -59,8 +59,8 @@ i. is preprocessed to:
      </options>
    </url>
    <url>
-     <binary>http://LOCALMACHINE:33187 buster main</binary>
-     <source>http://LOCALMACHINE:33187 buster main</source>
+     <binary>http://LOCALMACHINE:33187 bookworm main</binary>
+     <source>http://LOCALMACHINE:33187 bookworm main</source>
      <raw-key>
        CONTENT OF KEYRING FILE "PATH2/relative-path.asc"
      </raw-key>

-- 
2.47.1



More information about the elbe-devel mailing list