From 609105c1b19b92a526751f84264c79b87878411d Mon Sep 17 00:00:00 2001 From: dancer Date: Thu, 13 Feb 2003 08:51:36 +0000 Subject: +2003-02-13 Junichi Uekawa + + * 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. + --- pbuilder.8 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'pbuilder.8') 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" -- cgit v1.2.3