[elbe-devel] [PATCH 2/3] initvm: Use bullseye dist for internal repos

Bastian Germann bage at linutronix.de
Tue Jul 19 12:47:34 CEST 2022


The elbe-common repository will have a bullseye dist with the next release.
So we can switch the initvm template over to use that so that
debathena-transform-lighttpd is installed with the right configuration.

Also switch the elbe repo to be consistent.

Signed-off-by: Bastian Germann <bage at linutronix.de>
---
 elbepack/init/default-init.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/elbepack/init/default-init.xml b/elbepack/init/default-init.xml
index 68db52a855..39d398a9ac 100644
--- a/elbepack/init/default-init.xml
+++ b/elbepack/init/default-init.xml
@@ -24,10 +24,10 @@
 				</url>
 				<url>
 					<binary>
-						http://debian.linutronix.de/elbe buster main
+						http://debian.linutronix.de/elbe bullseye main
 					</binary>
 					<source>
-						http://debian.linutronix.de/elbe buster main
+						http://debian.linutronix.de/elbe bullseye main
 					</source>
 					<key>
 						http://debian.linutronix.de/elbe/elbe-repo.pub
@@ -35,10 +35,10 @@
 				</url>
 				<url>
 					<binary>
-						http://debian.linutronix.de/elbe-common buster main
+						http://debian.linutronix.de/elbe-common bullseye main
 					</binary>
 					<source>
-						http://debian.linutronix.de/elbe-common buster main
+						http://debian.linutronix.de/elbe-common bullseye main
 					</source>
 					<key>
 						http://debian.linutronix.de/elbe-common/elbe-repo.pub
-- 
2.30.2



More information about the elbe-devel mailing list