From 81f28af2bd94cc552aef1a7b959e4c6b84457ce7 Mon Sep 17 00:00:00 2001 From: Samuel Mendoza-Jonas Date: Fri, 22 Apr 2016 14:20:49 +1000 Subject: pb-event: Add 'boot' user event Add a user event to send a boot command to the discover server. The format of the boot command is similar to the add command, eg: pb-event boot@eth0 image="http://host/image" initrd="http://host/initrd" and also recognises "id", "dtb", and "args" arguments. Signed-off-by: Samuel Mendoza-Jonas --- utils/pb-event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/pb-event.c b/utils/pb-event.c index a1affe5..572eb16 100644 --- a/utils/pb-event.c +++ b/utils/pb-event.c @@ -55,7 +55,7 @@ static void print_usage(void) " Events can be read from stdin, or provided on the command line.\n" " User events must have the following format:\n" "\n" -" (add|remove)@device-id [name=value] [image=value] [args=value]\n" +" (add|remove|boot)@device-id [name=value] [image=value] [args=value]\n" "\n" " When read from stdin, components are separated by NUL chars\n" "\n" -- cgit v1.2.1