diff options
author | dancer <dancer> | 2005-11-03 02:33:42 +0000 |
---|---|---|
committer | dancer <dancer> | 2005-11-03 02:33:42 +0000 |
commit | e0298cd59e867962b0558752c40992c4c57abbe0 (patch) | |
tree | 6f1c303832fd6d333f6a367a75e34d818df54bdd /Documentation | |
parent | 74649033aac7d29bc832379ae5cdd6131cf5de1d (diff) | |
download | pbuilder-e0298cd59e867962b0558752c40992c4c57abbe0.tar pbuilder-e0298cd59e867962b0558752c40992c4c57abbe0.tar.gz |
fixed documentation, added changes to createbuildenv to chek for error state
when debootstrap/cdebootstrap does not exist.
Documentation update.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pbuilder-doc.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index c21f0e3..2f0861d 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -4,7 +4,7 @@ and the latest version is found in CVS repository. --> <book> <bookinfo> - <date>2005-10-28</date> + <date>2005-11-03</date> <title>pbuilder User's Manual</title> <abbrev>pbuilder-doc</abbrev> <subtitle>Usage and operations</subtitle> @@ -1269,7 +1269,7 @@ cvs -z3 -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/pbuilder co pbuilder <sect1 id="dirstructinside"> <title>Directory structure inside the chroot</title> <table> - <title>Directory Structure outside the chroot </title> + <title>Directory Structure inside the chroot </title> <tgroup cols="2"> <thead> <row> @@ -1279,6 +1279,12 @@ cvs -z3 -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/pbuilder co pbuilder </thead> <tbody> <row> + <entry><filename>/etc/mtab</filename></entry> + <entry> + symlink to <filename>/proc/mounts</filename>. + </entry> + </row> + <row> <entry><filename>/tmp/buildd</filename></entry> <entry>Default place used in pbuilder to place the Debian package to be processed. /tmp/buildd/packagename-version/ will be the root directory of the package being processed. |