[elbe-devel] [PATCH] examples/elbe-init-with-ssh: add backports mirror

Manuel Traut manut at linutronix.de
Tue Jul 11 10:49:33 CEST 2017


to enable installing debootstrap from jessie/backports to enable
building targets using stretch

Signed-off-by: Manuel Traut <manut at linutronix.de>
---
 examples/elbe-init-with-ssh.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/examples/elbe-init-with-ssh.xml b/examples/elbe-init-with-ssh.xml
index c982cd4b..b41063bf 100644
--- a/examples/elbe-init-with-ssh.xml
+++ b/examples/elbe-init-with-ssh.xml
@@ -16,11 +16,20 @@
 					<source>http://debian.linutronix.de/elbe-common jessie main</source>
 					<key>http://debian.linutronix.de/elbe-common/elbe-repo.pub</key>
 				</url>
+				<url>
+					<binary>
+						http://ftp.de.debian.org/debian jessie-backports main
+					</binary>
+					<source>
+						http://ftp.de.debian.org/debian jessie-backports main
+					</source>
+				</url>
 			</url-list>
 		</mirror>
 		<suite>jessie</suite>
 		<pkg-list>
 			<pkg>openssh-server</pkg>
+			<pkg>debootstrap/jessie-backports</pkg>
 		</pkg-list>
 		<portforwarding>
 			<forward>
-- 
2.13.2





More information about the elbe-devel mailing list