[elbe-devel] [PATCH] default-init: don't use nonexistent backports
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Fri Feb 9 11:57:24 CET 2024
Commit 704c2e70119d ("default-init: Update initvm to bookworm") switched
the initvm do bookworm. It also migrated the package pins to
bookworm-backports.
This breaks the build as the backports for these packages do not exist
and are not necessary in the first place with bookworm.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
elbepack/init/default-init.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/elbepack/init/default-init.xml b/elbepack/init/default-init.xml
index f6d08551ca72..db587229412c 100644
--- a/elbepack/init/default-init.xml
+++ b/elbepack/init/default-init.xml
@@ -143,8 +143,8 @@ lffHf8U7HFvRg+zm
<suite>bookworm</suite>
<pkg-list>
<pkg>openssh-server</pkg>
- <pkg pin="bookworm-backports">debootstrap</pkg>
- <pkg pin="bookworm-backports">reprepro</pkg>
+ <pkg>debootstrap</pkg>
+ <pkg>reprepro</pkg>
</pkg-list>
<preseed>
<conf owner="pbuilder" key="pbuilder/mirrorsite" type="string" value="http://deb.debian.org/debian"/>
--
2.43.0
More information about the elbe-devel
mailing list