Improve schroot documentation. Drop motd. Add listing sessions
authorHéctor Orón Martínez <zumbi@debian.org>
Sun, 16 Jun 2013 13:52:20 +0000 (15:52 +0200)
committerHéctor Orón Martínez <zumbi@debian.org>
Sun, 16 Jun 2013 13:52:20 +0000 (15:52 +0200)
Signed-off-by: Héctor Orón Martínez <zumbi@debian.org>
input/doc/schroot.mdwn

index ebca695..bc70955 100644 (file)
@@ -1,21 +1,7 @@
 using schroot in debian.org porterboxes
 =======================================
 
-When logging into Debian porterbox machine, it should display similar message:
-<pre><code>
-Welcome to porterbox.debian.org, the Debian arch porterbox.
-
-See 'schroot -l' for a list of available chroots.  Start new sessions
-with 'schroot --begin-session -c <chroot>', run commands in sessions using
-'schroot --run-session -c <session> [-- command]', and tear down sessions
-using 'schroot --end-session -c <session>'.  You can run a limited set of
-privileged commands, for instance some of apt-get, using
-'dd-schroot-cmd -c <session> <command>'.
-Use 'schroot --list --all-sessions' or 'schroot-list-sessions [<userglob>]'
-to list (your) open sessions.
-
-This server is hosted at data centre.
-</code></pre>
+When logging into Debian porterbox machine:
 
 The previous description is rather compact and dense, so let's try to describe the usage in more friendly way.
 
@@ -63,4 +49,11 @@ The previous description is rather compact and dense, so let's try to describe t
        $ exit
 </code></pre>
 
+* List (your) open sessions:
+<pre><code>
+       $ schroot --list --all-sessions
+or
+       $ schroot-list-sessions [<userglob>]
+</code></pre>
+
 * You should be done by now. If you find any issue, please report to debian-admin@lists.debian.org.