From f299792ce6099535da02bce03124b69ff4509566 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Gonzalez Date: Thu, 2 Feb 2017 09:41:12 +0100 Subject: [PATCH] input/doc: schroot.mdwn: include some bits about backports Include some bits in the documentation about using the schroot system with backports packages. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Peter Palfrader --- input/doc/schroot.mdwn | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/input/doc/schroot.mdwn b/input/doc/schroot.mdwn index e690a18..f052c61 100644 --- a/input/doc/schroot.mdwn +++ b/input/doc/schroot.mdwn @@ -8,7 +8,7 @@ When logging into Debian porterbox machine: $ schroot -l -* Begin a persistent schroot session on Debian unstable: +* Begin a persistent schroot session on Debian unstable (or in the case of backports replace sid with, for example, jessie-backports):

 	# Pick your own session name:
 	$ echo -n "Session ID: " && read sessionid && schroot -b -c sid -n $sessionid
@@ -33,6 +33,12 @@ When logging into Debian porterbox machine:
 	[..]
 
+* In the case of backports, you can install a given package. You could use, for example: +

+	$ dd-schroot-cmd -c $sessionid apt-get install debhelper/jessie-backports
+	[..]
+
+ * Change root to Debian unstable chroot:

 	$ schroot -r -c $sessionid
-- 
2.20.1