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-user-mode-linux.1 | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'pbuilder-user-mode-linux.1') diff --git a/pbuilder-user-mode-linux.1 b/pbuilder-user-mode-linux.1 index db99e9b..0508018 100644 --- a/pbuilder-user-mode-linux.1 +++ b/pbuilder-user-mode-linux.1 @@ -7,6 +7,10 @@ pbuilder-user-mode-linux \- personal package builder in UML .BI "pbuilder-user-mode-linux update [" "options" "]" .PP .BI "pbuilder-user-mode-linux build [" "options" "] " ".dsc-file" +.PP +.BI "pbuilder-user-mode-linux execute [" "options" "] " "script" +.PP +.BI "pbuilder-user-mode-linux login [" "options" "]" .SH DESCRIPTION Front end program to the .B "pbuilder" @@ -42,6 +46,13 @@ within the user-mode-linux environment. .B "login" Invokes shell within UML. +.TP +.B "execute" +Invokes a command or script inside UML. +.B "execute" +will copy the specified file into the UML system, +and run it. + .TP .BI "--uml-image [" "UML image" "]" Specify the UML image to use. -- cgit v1.2.3