diff options
author | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-05-27 14:49:26 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-05-27 14:49:26 +0900 |
commit | 8d17235cb27072a502392e270036cf1bb335c9e6 (patch) | |
tree | 2941882117d455484066eef591cd242cd8b0a8bc /Documentation | |
parent | fde0d2abf5d08756004c8bdbbca5355f22840b0a (diff) | |
download | pbuilder-8d17235cb27072a502392e270036cf1bb335c9e6.tar pbuilder-8d17235cb27072a502392e270036cf1bb335c9e6.tar.gz |
add GNU screen support as C11screen; build failure will start GNU screen
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pbuilder-doc.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index 7a7d330..eae9497 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -4,7 +4,7 @@ and the latest version is found in git repository. --> <book xml:lang="en"> <bookinfo> - <date>2007-4-10</date> + <date>2007-5-27</date> <title>pbuilder User's Manual</title> <abbrev>pbuilder-doc</abbrev> <subtitle>Usage and operations</subtitle> @@ -787,6 +787,17 @@ read directories under the user's home directory for bind-mounts. </para> </sect1> + <sect1 id="shellafterfail"> + <title>Logging in to pbuilder to investigate build failure</title> + <para> + It is possible to invoke a shell session after a build + failure. Example hook script are provided as + <filename>C10shell</filename> and + <filename>C11screen</filename> scripts. C10shell script will + start bash inside chroot, and C11screen script will start GNU + screen inside the chroot. + </para> + </sect1> <sect1 id="modifyupdate"> <title>Logging in to pbuilder to modify the environment</title> <para> |