[elbe-devel] [PATCH 6/6] docs: Get rid of jessie references

bage at linutronix.de bage at linutronix.de
Tue Mar 17 11:27:31 CET 2020


From: Bastian Germann <bage at linutronix.de>

Get rid of the remaining jessie references in the documentation.

Signed-off-by: Bastian Germann <bage at linutronix.de>
---
 debian/elbe.postinst     | 2 +-
 docs/elbeoverview-en.txt | 4 ++--
 docs/quickstart.txt      | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/elbe.postinst b/debian/elbe.postinst
index b7b21cce9..eaacfb0f7 100644
--- a/debian/elbe.postinst
+++ b/debian/elbe.postinst
@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e
-# this is needed for jessie, in stretch/sid it is already go readable
+# this is needed for jessie, in subsequent releases it is already go readable
 if [ -f /etc/apt/trusted.gpg ]; then
 	chmod go+r /etc/apt/trusted.gpg
 fi
diff --git a/docs/elbeoverview-en.txt b/docs/elbeoverview-en.txt
index e2780668a..a7ca54475 100644
--- a/docs/elbeoverview-en.txt
+++ b/docs/elbeoverview-en.txt
@@ -47,7 +47,7 @@ dependencies.
 Configure `/etc/apt/sources.list.d` appropriately:
 
 -----------------------------------------------------------------------------------
-echo 'deb http://debian.linutronix.de/elbe jessie main' >> /etc/apt/sources.list.d/elbe.list
+echo 'deb http://debian.linutronix.de/elbe buster main' >> /etc/apt/sources.list.d/elbe.list
 -----------------------------------------------------------------------------------
 
 Optionally the public key for the repo can be installed:
@@ -911,7 +911,7 @@ VM and to work with it.
 
 During this process, 'elbe init' will download a linux kernel and initrd.gz
 from the debian mirror. In case of a local mirror, be sure, that
-`dists/jessie/main/installer-amd64/` is also mirrored.
+`dists/<codename>/main/installer-amd64/` is also mirrored.
 
 After 'elbe init' has generated the project directory, change to the
 project directory and run 'make'. This will start the installation of the
diff --git a/docs/quickstart.txt b/docs/quickstart.txt
index d0c141c1b..60e24434d 100644
--- a/docs/quickstart.txt
+++ b/docs/quickstart.txt
@@ -420,8 +420,8 @@ following to access the repository:
 -------------------------------------------------------------------------------
 <url-list>
 	<url>
-		<binary>http://LOCALMACHINE/repo/ jessie main</binary>
-		<source>http://LOCALMACHINE/repo/ jessie main</source>
+		<binary>http://LOCALMACHINE/repo/ buster main</binary>
+		<source>http://LOCALMACHINE/repo/ buster main</source>
 		<key>http://LOCALMACHINE/repo/repo.pub</key>
 	</url>
 </url-list>
-- 
2.20.1




More information about the elbe-devel mailing list