diff options
author | dancer <dancer> | 2004-01-06 00:36:48 +0000 |
---|---|---|
committer | dancer <dancer> | 2004-01-06 00:36:48 +0000 |
commit | 4a6ff5003c942a723a80db440d4ebc1ea4e6f5ad (patch) | |
tree | 4b8ba776c5d4123a75dd09771ccd63d1c3b89399 | |
parent | c67be25a4d7bbc0fc2836c06ea474cd1e000c40f (diff) | |
download | pbuilder-4a6ff5003c942a723a80db440d4ebc1ea4e6f5ad.tar pbuilder-4a6ff5003c942a723a80db440d4ebc1ea4e6f5ad.tar.gz |
doc update.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Documentation/pbuilder-doc.xml | 5 | ||||
-rw-r--r-- | pbuilder.8 | 1 |
3 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-01-06 Junichi Uekawa <dancer@debian.org> + + * Documentation/pbuilder-doc.xml: Notes on debootstrap failures. + + * pbuilder.8: add a note so that people won't mistake pbuilder will use --extrapackage for + creating the bootstrap script. + 2003-12-31 Junichi Uekawa <dancer@debian.org> * Documentation/pbuilder-doc.xml: updated doc so that user-mode-linux is diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index cd850d9..3e919b8 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -660,6 +660,11 @@ read There are people who occasionally backport debootstrap to stable versions, hunt for them. </para> + <para> + When there are errors with debootstrap phase, debootstrap script needs to be + fixed. + pbuilder does not provide a way to work around debootstrap. + </para> </sect1> <sect1> <title>Notes on usage of $TMPDIR</title> @@ -210,6 +210,7 @@ This is used in .B "build" and .B "create" + (after successfully creating the initial chroot) and .B "update" |