From: Héctor Orón Martínez Date: Sun, 16 Jun 2013 13:52:20 +0000 (+0200) Subject: Improve schroot documentation. Drop motd. Add listing sessions X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=cf38429c046d9ea63212f88b6226e87a01c289f4 Improve schroot documentation. Drop motd. Add listing sessions Signed-off-by: Héctor Orón Martínez --- diff --git a/input/doc/schroot.mdwn b/input/doc/schroot.mdwn index ebca695..bc70955 100644 --- a/input/doc/schroot.mdwn +++ b/input/doc/schroot.mdwn @@ -1,21 +1,7 @@ using schroot in debian.org porterboxes ======================================= -When logging into Debian porterbox machine, it should display similar message: -

-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 ', run commands in sessions using
-'schroot --run-session -c  [-- command]', and tear down sessions
-using 'schroot --end-session -c '.  You can run a limited set of
-privileged commands, for instance some of apt-get, using
-'dd-schroot-cmd -c  '.
-Use 'schroot --list --all-sessions' or 'schroot-list-sessions []'
-to list (your) open sessions.
-
-This server is hosted at data centre.
-
+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 +* List (your) open sessions: +

+	$ schroot --list --all-sessions
+or
+	$ schroot-list-sessions []
+
+ * You should be done by now. If you find any issue, please report to debian-admin@lists.debian.org.