aboutsummaryrefslogtreecommitdiff
path: root/Documentation/pbuilder-doc.xml
diff options
context:
space:
mode:
authordancer <dancer>2003-03-09 08:40:38 +0000
committerdancer <dancer>2003-03-09 08:40:38 +0000
commitd6d2ddbdb9ac43ee616549382ddb4531880ff8db (patch)
treeb0b3ba67f6e82ffa621bed72bb7fcffcb2a9455f /Documentation/pbuilder-doc.xml
parentc32a2da5580e1ecdd9ae481aa01833432036cd33 (diff)
downloadpbuilder-d6d2ddbdb9ac43ee616549382ddb4531880ff8db.tar
pbuilder-d6d2ddbdb9ac43ee616549382ddb4531880ff8db.tar.gz
+2003-03-09 Junichi Uekawa <dancer@debian.org>
+ + * pbuilder.8: fix typo + From: Tommaso Moroni <tommaso.m@tiscalinet.it> + Subject: Bug#184049: pbuilder: typo error in man page + + * THANKS: update. + + * Documentation/pbuilder-doc.xml (EXTRAPACKAGES): add doc on PS1 + setting for pbuilder. + 183861: distinctive prompt + Barak Pearlmutter <bap@cs.unm.edu>
Diffstat (limited to 'Documentation/pbuilder-doc.xml')
-rw-r--r--Documentation/pbuilder-doc.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml
index 115861e..1b80745 100644
--- a/Documentation/pbuilder-doc.xml
+++ b/Documentation/pbuilder-doc.xml
@@ -370,7 +370,7 @@ export DEBIAN_BUILDGCCVER=3.2
</para>
</sect1>
</chapter>
- <chapter>
+ <chapter id="faq">
<title>Frequently asked questions</title>
<para>
Here, known problems and frequently asked questions are
@@ -419,6 +419,17 @@ export DEBIAN_BUILDGCCVER=3.2
D scripts are run before satisfying build-dependency.
</para>
</sect1>
+ <sect1>
+ <title>Different bash prompts inside pbuilder login</title>
+ <para>
+ To make distinguishing bash prompts inside pbuilder
+ easier, it is possible to set environmental variables such as PS1
+ inside <filename>pbuilderrc</filename>
+ </para>
+ <screen>
+ export PS1="pbuild chroot 32165 # "
+ </screen>
+ </sect1>
</chapter>
<chapter id="otheruse">
<title>Other uses of pbuilder</title>