aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-user-mode-linux.1
diff options
context:
space:
mode:
authordancer <dancer>2003-01-08 09:09:55 +0000
committerdancer <dancer>2003-01-08 09:09:55 +0000
commit8bacf08b4a0e55163c92bf6d8ceb5672d7798187 (patch)
treec054ef83f2f0fd43cbc43a719b37816afc2250bd /pbuilder-user-mode-linux.1
parent72b1e4a03107c00e1912c34dea7ec6cbe01ce1ee (diff)
downloadpbuilder-8bacf08b4a0e55163c92bf6d8ceb5672d7798187.tar
pbuilder-8bacf08b4a0e55163c92bf6d8ceb5672d7798187.tar.gz
+2003-01-08 Junichi Uekawa <dancer@debian.org>
+ + * pbuilder-user-mode-linux (UML_EXTRAOPT): --logfile option. + + * pbuilder-user-mode-linux.1: and document these new options. + + * pbuilder-user-mode-linux (OPERATION): --override-config option passed + through to pbuilder. + (EXTRAOPT): quote ${EXTRAOPT} which is probably meant to be passed + through. + (UML_EXTRAOPT): define as variable that is used to pass uml extra options. + and, of course, add these options: --binary-arch --override-config --timeout --http-proxy --configfile --hookdir --aptconfdir + + + * debian/rules (binary-arch): add manual page installation + + * pbuilder-uml.conf.5: new manual page + + * pbuilder-uml.conf (UML_MEM): Use 128MB memory per default, it would + be better to use that. + + * pbuilder-user-mode-linux: export HOME inside UML + Try and umount the device afterwards, so that it will be clean-mount + the next time. + thanks: Matt Zimmerman <mdz@debian.org> + (OPERATION): --uml-mem option. + + * pbuilder-checkparams: update copyright + + * pdebuild: update copyright info. + + * update copyright information to add 2003. + + * pbuilder-user-mode-linux: LOGNAME is set as soon as + entering UML. +
Diffstat (limited to 'pbuilder-user-mode-linux.1')
-rw-r--r--pbuilder-user-mode-linux.143
1 files changed, 41 insertions, 2 deletions
diff --git a/pbuilder-user-mode-linux.1 b/pbuilder-user-mode-linux.1
index 6b91bd3..b1e8cce 100644
--- a/pbuilder-user-mode-linux.1
+++ b/pbuilder-user-mode-linux.1
@@ -43,6 +43,10 @@ within the user-mode-linux environment.
Invokes shell within UML.
.TP
+.BI "--uml-image [" "UML image" "]"
+Specify the UML image to use.
+
+.TP
.BI "--eth0 [" "uml option for eth0" "]"
Specify this option as parameter to UML.
@@ -50,7 +54,6 @@ Specify this option as parameter to UML.
.BI "--uml-ip [" "IP inside UML" "]"
Specify this to set the IP inside UML.
-
.TP
.BI "--uml-netmask [" "netmask" "]"
.TP
@@ -70,6 +73,43 @@ Specify whether to mount tmpfs inside UML chroot.
.TP
.BI "--distribution [" "sid" "]"
Specify the distribution.
+see pbuilder.8
+
+.TP
+.BI "--binary-arch"
+Specify only to build binary-arch targets.
+see pbuilder.8
+
+.TP
+.BI "--timeout " "timeouttime"
+Timeout build after specified time.
+see pbuilder.8
+
+.TP
+.BI "--configfile " "config file to read"
+Makes pbuilder to read the config file inside UML.
+
+.TP
+.BI "--hookdir " "location of hooks"
+Makes pbuilder use the specified hookdir inside UML.
+
+.TP
+.BI "--aptconfdir " "apt configuretion directory"
+Makes pbuilder to use specified apt configuration directory instead of
+other settings. See pbuilder.8
+
+.TP
+.BI "--override-config"
+Specify this option along with
+.B --distribution
+to switch distribution using
+.B "pbuilder-user-mode-linux update"
+
+.TP
+.BI "--logfile " "logfilename"
+Specify this option to make the output go to
+.I logfilename
+instead of standard output.
.SH "NOTES"
This software is in early stage of development.
@@ -83,7 +123,6 @@ targets,
.B pbuider-user-mode-linux
will try to use COW devices.
-
.SH "FILES"
.TP
.I "/etc/pbuilderrc"