X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=blobdiff_plain;f=input%2Fdoc%2Fschroot.mdwn;h=f052c61ec1337bff961870f5f72b5d2683c9d8de;hp=e690a1841c64e44ce5411a7f876a262f98c88a45;hb=f299792ce6099535da02bce03124b69ff4509566;hpb=6159c86df1d06d84b8a83d5d3b913eb6a835046f 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