[elbe-devel] [PATCH v2 6/7] initvm-ssh-root-open-danger: Synchronize with default-init.xml
Bastian Germann
bage at linutronix.de
Fri Mar 3 11:34:35 CET 2023
As buster support has been dropped, synchronize the initvm variant (still
buster) with default-init.xml (already bullseye).
Signed-off-by: Bastian Germann <bage at linutronix.de>
---
elbepack/init/initvm-ssh-root-open-danger.xml | 26 ++++++++++++-------
1 file changed, 17 insertions(+), 9 deletions(-)
diff --git a/elbepack/init/initvm-ssh-root-open-danger.xml b/elbepack/init/initvm-ssh-root-open-danger.xml
index 1c59288ead..919b4e801e 100644
--- a/elbepack/init/initvm-ssh-root-open-danger.xml
+++ b/elbepack/init/initvm-ssh-root-open-danger.xml
@@ -8,18 +8,26 @@
<url-list>
<url>
<binary>
- http://security.debian.org/debian-security buster/updates main
+ http://security.debian.org/debian-security bullseye-security main
</binary>
<source>
- http://security.debian.org/debian-security buster/updates main
+ http://security.debian.org/debian-security bullseye-security main
</source>
</url>
<url>
<binary>
- http://debian.linutronix.de/elbe buster main
+ http://ftp.de.debian.org/debian bullseye-backports main
</binary>
<source>
- http://debian.linutronix.de/elbe buster main
+ http://ftp.de.debian.org/debian bullseye-backports main
+ </source>
+ </url>
+ <url>
+ <binary>
+ http://debian.linutronix.de/elbe bullseye main
+ </binary>
+ <source>
+ http://debian.linutronix.de/elbe bullseye main
</source>
<key>
http://debian.linutronix.de/elbe/elbe-repo.pub
@@ -27,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
@@ -38,11 +46,11 @@
</url>
</url-list>
</mirror>
- <suite>buster</suite>
+ <suite>bullseye</suite>
<pkg-list>
<pkg>openssh-server</pkg>
- <pkg>debootstrap</pkg>
- <pkg>pbuilder</pkg>
+ <pkg pin="bullseye-backports">debootstrap</pkg>
+ <pkg pin="bullseye-backports">reprepro</pkg>
</pkg-list>
<preseed>
<conf owner="pbuilder" key="pbuilder/mirrorsite" type="string" value="http://ftp.de.debian.org/debian"/>
--
2.39.2
More information about the elbe-devel
mailing list