Improve schroot documentation. Remove few blank lines.
[mirror/dsa-wiki.git] / input / doc / schroot.mdwn
index 0f284fe..ebca695 100644 (file)
@@ -2,7 +2,6 @@ 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.
 
@@ -21,19 +20,16 @@ This server is hosted at data centre.
 The previous description is rather compact and dense, so let's try to describe the usage in more friendly way.
 
 * List available chroots:
-
 <pre><code>
        $ schroot -l
 </code></pre>
 
 * Begin a persistent schroot session on Debian unstable:
-
 <pre><code>
        $ schroot -b -c sid -n mysid
 </code></pre>
 
 * Update and upgrade Debian unstable chroot:
-
 <pre><code>
        $ dd-schroot-cmd -c mysid apt-get update
        $ dd-schroot-cmd -c mysid apt-get upgrade
@@ -43,7 +39,6 @@ The previous description is rather compact and dense, so let's try to describe t
 </code></pre>
 
 * Install your broken package build dependencies:
-
 <pre><code>
        $ dd-schroot-cmd -c mysid apt-get build-dep gentoo
        [..]
@@ -52,19 +47,16 @@ The previous description is rather compact and dense, so let's try to describe t
 </code></pre>
 
 * Change root to Debian unstable chroot:
-
 <pre><code>
        $ schroot -r -c mysid
 </code></pre>
 
 * Download your broken package source:
-
 <pre><code>
        (sid_arch-dchroot)user@porterbox:~$ apt-get source gentoo
 </code></pre>
 
 * You should be able to reproduce your issue, hack on the package, fix the bug. Once you are done with your work, please, finish your schroot session:
-
 <pre><code>
        (sid_arch-dchroot)user@porterbox:~$ exit
        $ schroot -e -c mysid