[elbe-devel] [PATCH v2 3/4] default-init.xml: use pin attribute for debootstrap

John Ogness john.ogness at linutronix.de
Thu Dec 21 22:06:44 CET 2017


Rather than using apt syntax to specify jessie-backports, use
the "pin" attribute. This is the preferred method and it is
now supported by the preseed.cfg mako.

Signed-off-by: John Ogness <john.ogness at linutronix.de>
Reviewed-by: Manuel Traut <manut at linutronix.de>
---
 v2:
 - no changes

 elbepack/init/default-init.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elbepack/init/default-init.xml b/elbepack/init/default-init.xml
index e1f61ed7..847057cd 100644
--- a/elbepack/init/default-init.xml
+++ b/elbepack/init/default-init.xml
@@ -41,7 +41,7 @@
 		<suite>jessie</suite>
 		<pkg-list>
 			<pkg>openssh-server</pkg>
-			<pkg>debootstrap/jessie-backports</pkg>
+			<pkg pin="jessie-backports">debootstrap</pkg>
 		</pkg-list>
 		<preseed>
 			<conf owner="pbuilder" key="pbuilder/mirrorsite" type="string" value="http://ftp.de.debian.org/debian"/>
-- 
2.15.1



More information about the elbe-devel mailing list