aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-user-mode-linux.1
diff options
context:
space:
mode:
authordancer <dancer>2003-01-07 08:36:23 +0000
committerdancer <dancer>2003-01-07 08:36:23 +0000
commiteebd1fa3ff0e4f2334d9c69a3db57b85594c284d (patch)
treec0aeb06c016a6a331dd622765234314fee2e88a4 /pbuilder-user-mode-linux.1
parentd04a3e243d88d36d8e81fd4e578db4e8ca6eb8c2 (diff)
downloadpbuilder-eebd1fa3ff0e4f2334d9c69a3db57b85594c284d.tar
pbuilder-eebd1fa3ff0e4f2334d9c69a3db57b85594c284d.tar.gz
+2003-01-07 Junichi Uekawa <dancer@debian.org>
+ + * Documentation/pbuilder-doc.xml: update documentation + and add chapter on pbuilder-uml, document that pbuilder-uml actually + works, and some detailed nodes on how to use them. + Add FAQ entry on how to specify extra apt sources. + + * pbuilder-user-mode-linux.1: update doc to document that + configuration files for pbuilder is now read in. + + * pbuilder-user-mode-linux: add debug info, to print out + the command-line used for running uml. + export TMPDIR=/tmp inside the chroot inside UML. + change UML_CHROOT_MOUNTPOINT from /tmp/ubd1 to /mnt, + and do not mkdir UML_CHROOT_MOUNTPOINT. + fix /tmp creation script so that /tmp is writable when + not using tmpfs. + use tempfile in creating the COW file. + clean COW file after finishing. + remove temporary file created by tempfile, because UML doesn't seem to + like the zero-byte file. (POSSIBLE SECURITY PROBLEM) + extra cleanup added for cleanup_function + + * pbuilder-uml.conf (BUILDPLACE): add definition of BUILDPLACE + for pbuilder-uml. It is probably needed, because BUILDPLACE + needs to be writable by the user for UML, while it is not for + pbuilder. + + * pbuilder-user-mode-linux: load config for pbuilder also, before + trying to load other things. + +2003-01-06 Junichi Uekawa <dancer@debian.org> + + * Documentation/pbuilder-doc.xml (EXTRAPACKAGES): document possible usage of pbuilder for dchroot. + + * pbuilder.8: document --no-targz + + * pbuilder-checkparams (USE_PKGNAME_LOGFILE): allow + --no-targz option as alias to --internal-build-uml + + * pdebuild (ARCHITECTURE): use dpkg-architecture + to find out the architecture. + sign changes file not dsc file. + pointed out by + Andrew Lau <netsnipe@debianplanet.org>, bug #175432 + +2003-01-04 Junichi Uekawa <dancer@debian.org> + + * debian/control (Description): fix suggests to pbuilder-uml
Diffstat (limited to 'pbuilder-user-mode-linux.1')
-rw-r--r--pbuilder-user-mode-linux.113
1 files changed, 11 insertions, 2 deletions
diff --git a/pbuilder-user-mode-linux.1 b/pbuilder-user-mode-linux.1
index 3eb86f2..6b91bd3 100644
--- a/pbuilder-user-mode-linux.1
+++ b/pbuilder-user-mode-linux.1
@@ -86,11 +86,20 @@ will try to use COW devices.
.SH "FILES"
.TP
+.I "/etc/pbuilderrc"
+The system-wide configuration file for pbuilder.
+.TP
+.I "/usr/share/pbuilder/pbuilderrc"
+The default settings for pbuilder, used as fallback for all
+values that is not specified in
+.B "/etc/pbuilderrc."
+.TP
.B "/etc/pbuilder/pbuilder-uml.conf"
-System-wide configuration file.
+System-wide configuration file for pbuilder-uml,
+it will take priority over pbuilder configurations.
.TP
.B "/usr/share/pbuilder/pbuilder-uml.conf"
-Software-default configuration file.
+Software-default configuration file for pbuilder-uml.
.TP
.B "${HOME}/.pbuilderrc"
User-default configuration file.