aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-user-mode-linux.1
diff options
context:
space:
mode:
authordancer <dancer>2002-09-17 08:16:15 +0000
committerdancer <dancer>2002-09-17 08:16:15 +0000
commit5cd6f5d27aee72341d31d7ee129d3dd9b1a6034a (patch)
tree934fb66e9be940e609bd566cbe8dd7274634d7fe /pbuilder-user-mode-linux.1
parent0b4707941329a9456063fe1fc324a20de3cd28f5 (diff)
downloadpbuilder-5cd6f5d27aee72341d31d7ee129d3dd9b1a6034a.tar
pbuilder-5cd6f5d27aee72341d31d7ee129d3dd9b1a6034a.tar.gz
+2002-09-17 Junichi Uekawa <dancer@debian.org>
+ + * pbuilder-user-mode-linux.1: create manual page + + * pbuilder-user-mode-linux (BUILDING_DSC_FILE): update script to get it working. + 2002-09-16 Junichi Uekawa <dancer@debian.org> + + * pbuilder-user-mode-linux (BUILDING_DSC_FILE): change the construct of the script. + (UML_MOUNT_TMPFS): make chroot tmpfs mounting optional.
Diffstat (limited to 'pbuilder-user-mode-linux.1')
-rw-r--r--pbuilder-user-mode-linux.153
1 files changed, 53 insertions, 0 deletions
diff --git a/pbuilder-user-mode-linux.1 b/pbuilder-user-mode-linux.1
new file mode 100644
index 0000000..4f3cb64
--- /dev/null
+++ b/pbuilder-user-mode-linux.1
@@ -0,0 +1,53 @@
+.TH "pbuilder-user-mode-linux" 1 "2002 Sep 17" "Debian" "pbuilder"
+.SH NAME
+pbuilder-user-mode-linux \- personal package builder in UML
+.SH SYNOPSIS
+.BI "pbuilder-user-mode-linux create [" "options" "]"
+.PP
+.BI "pbuilder-user-mode-linux update [" "options" "]"
+.PP
+.BI "pbuilder-user-mode-linux build [" "options" "] " ".dsc-file"
+.SH DESCRIPTION
+Front end program to the
+.B "pbuilder"
+suite of programs, used for creating and maintaining user-mode-linux environment
+and building Debian package within the user-mode-linux virtual machine
+environment.
+.SH OPTIONS
+.TP
+.B "create"
+Creates a user-mode-linux root image
+for the specified distribution using
+.B rootstrap
+software
+
+.TP
+.B "update"
+Updates the
+user-mode-linux root image
+for the specified distribution.
+Also, by specifying the
+.B "--distribution"
+option, it is possible to switch the distribution.
+Specify a dummy distribution value
+even for custom apt config files.
+
+.TP
+.B "build"
+Builds the package specified by
+.I ".dsc-file"
+within the user-mode-linux environment.
+
+.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.
+
+.SH "SEE ALSO"
+.RI "pdebuild (" 1 "), "
+.RI "pbuilder (" 8 "), "
+.RI "rootstrap (" 1 "), "
+.RI "linux (" 1 "), "
+.RI "pbuilderrc (" 5 ") "
+
+
+