aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-user-mode-linux.1
diff options
context:
space:
mode:
authordancer <dancer>2002-09-19 10:13:17 +0000
committerdancer <dancer>2002-09-19 10:13:17 +0000
commitacd5c69a0026b6cc067eaf89b8ca1fa9240482c6 (patch)
tree1e588b9cfc4541745ff42e61263787cb80e271e3 /pbuilder-user-mode-linux.1
parentab1bd854ac09b98d8e849a6d0eca2ff35c60ca7d (diff)
downloadpbuilder-acd5c69a0026b6cc067eaf89b8ca1fa9240482c6.tar
pbuilder-acd5c69a0026b6cc067eaf89b8ca1fa9240482c6.tar.gz
+ * pbuilder-user-mode-linux.1: document with more details.
+ + * pbuilder-user-mode-linux (OPERATION): add distribution option.
Diffstat (limited to 'pbuilder-user-mode-linux.1')
-rw-r--r--pbuilder-user-mode-linux.133
1 files changed, 33 insertions, 0 deletions
diff --git a/pbuilder-user-mode-linux.1 b/pbuilder-user-mode-linux.1
index e47eb06..191ed30 100644
--- a/pbuilder-user-mode-linux.1
+++ b/pbuilder-user-mode-linux.1
@@ -38,6 +38,39 @@ Builds the package specified by
.I ".dsc-file"
within the user-mode-linux environment.
+.TP
+.B "login"
+Invokes shell within UML.
+
+.TP
+.BI "--eth0 [" "uml option for eth0" "]"
+Specify this option as parameter to UML.
+
+.TP
+.BI "--uml-ip [" "IP inside UML" "]"
+Specify this to set the IP inside UML.
+
+
+.TP
+.BI "--uml-netmask [" "netmask" "]"
+.TP
+.BI "--uml-network [" "network" "]"
+.TP
+.BI "--uml-broadcast [" "broadcast" "]"
+.TP
+.BI "--uml-gateway [" "gateway" "]"
+.TP
+.BI "--uml-image [" "UML image" "]"
+Specify the UML image to use.
+
+.TP
+.BI "--mount-tmpfs [" "yes" "]"
+Specify whether to mount tmpfs inside UML chroot.
+
+.TP
+.BI "--distribution [" "sid" "]"
+Specify the distribution.
+
.SH "NOTES"
This software is in early stage of development.
Reading the source may help you in case this software doesn't work for you.