From: Arturo Borrero Gonzalez Date: Thu, 2 Feb 2017 08:41:12 +0000 (+0100) Subject: input/doc: schroot.mdwn: include some bits about backports X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=f299792ce6099535da02bce03124b69ff4509566 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 --- 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