aboutsummaryrefslogtreecommitdiff
path: root/pbuilder.8
diff options
context:
space:
mode:
authordancer <dancer>2003-02-13 08:51:36 +0000
committerdancer <dancer>2003-02-13 08:51:36 +0000
commit609105c1b19b92a526751f84264c79b87878411d (patch)
tree4106abfb445510657b0f6a560193339a8b98cf8a /pbuilder.8
parent9bbc9cb948a45ca4e58f7988c33d6a69bba0fbb2 (diff)
downloadpbuilder-609105c1b19b92a526751f84264c79b87878411d.tar
pbuilder-609105c1b19b92a526751f84264c79b87878411d.tar.gz
+2003-02-13 Junichi Uekawa <dancer@debian.org>
+ + * Documentation/pbuilder-doc.xml: document an example script to + start up ssh inside pbuilder-uml. + + * pbuilder-checkparams: support execute option. + + * Documentation/pbuilder-doc.xml: document pbuilder-uml more, + and execute command. + + * pbuilder-modules: update copyright statement. + document "execute" + + * pbuilder-user-mode-linux.1: document "execute" command + + * pbuilder-user-mode-linux: implement execute command. + + * pbuilder.8: document "execute" + + * pbuilder: "execute" command. +
Diffstat (limited to 'pbuilder.8')
-rw-r--r--pbuilder.815
1 files changed, 14 insertions, 1 deletions
diff --git a/pbuilder.8 b/pbuilder.8
index 858ad81..7986357 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -8,9 +8,11 @@ pbuilder \- personal package builder
.PP
.BI "pbuilder build [" "options" "] " ".dsc-file"
.PP
+.BI "pbuilder execute [" "options" "] " "script"
+.PP
.BI "pbuilder clean"
.PP
-.BI "pbuilder login"
+.BI "pbuilder login [" "options" "]"
.SH DESCRIPTION
Front end program to the
.B "pbuilder"
@@ -59,6 +61,17 @@ specified in
.B "login"
Logs into the chroot, and cleaned up afterwards.
Any changes you make will not be kept.
+Only use this for temporary and debugging purposes.
+Do not bind-mount filesystems.
+
+.TP
+.B "exceute"
+Execute a script or command inside the chroot,
+in a similar manner to
+.B "login"
+
+The file specified in the command-line argument will be
+copied into the chroot, and invoked.
.TP
.B "debuild"